We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
API can be deployed as aws lambda but it is not described in the doc.
The text was updated successfully, but these errors were encountered:
A quick test shows that existing serverless config does not deploy anymore 😢
Seems related to the size of un-zippped python deps > 250 MB (which is default lambda limit).
An alternative for a quick workaround could be to deploy a docker image to lambda. See:
If confirmed I'll move it to it's own issue.
Sorry, something went wrong.
demeringo
No branches or pull requests
Problem
API can be deployed as aws lambda but it is not described in the doc.
Solution
https://doc.api.boavizta.org/Reference/deploy/
Alternatives
Additional context or elements
The text was updated successfully, but these errors were encountered: