Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: deploy filemanager API and add OpenAPI docs #388

Merged
merged 12 commits into from
Jul 4, 2024

Conversation

mmalenic
Copy link
Member

@mmalenic mmalenic commented Jul 4, 2024

Closes #109

Changes

  • Create filemanager-api-lambda and deploy the API Gateway proxy integration of this function.
    • The API is written using Axum and utoipa for OpenAPI docs, filemanager-server-api is the locally runnable instance of the API.
    • Added some code generation to filemanager-build to generate the utoipa ToSchema, and allow using the SeaORM Models with utoipa.
    • Merged the functionality of 'filemanager-http-lambda' into filemanager-api-lambda with a /ingest_from_sqs route.
  • Test functionality, and various documentation changes.

@mmalenic mmalenic self-assigned this Jul 4, 2024
@mmalenic mmalenic added filemanager an issue relating to the filemanager feature New feature labels Jul 4, 2024
@mmalenic mmalenic merged commit d3c9706 into main Jul 4, 2024
5 checks passed
@mmalenic mmalenic deleted the feat/filemanager-openapi branch July 4, 2024 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature filemanager an issue relating to the filemanager
Projects
None yet
Development

Successfully merging this pull request may close these issues.

filemanager: add API gateway infrastructure for filemanager.
3 participants