Serverless Python
python
flask
lambda
django
aws-lambda
serverless
api-gateway
serverless-framework
pyramid
zappa
bottle
-
Updated
Feb 23, 2022 - Python
Right now settings are just passed in through the settings file. This is somewhat limiting if there is a value that will be dynamic with deployments (such as a docker image file, etc.) We should support accepting settings through environment variables, the CLI, the current settings file, and any mix of those.
The order of precedence with mixed should be CLI -> environment -> config file.
If