- Building Serverless Python Web Services with Zappa
- Abdulwahid Abdulhaque Barguzar
- 53字
- 2021-07-16 18:16:08
Basic settings
Under basic settings, you can configure the memory and execution timeout. Lambda supports memory from 128 MB to 1,536 MB. Timeout execution is in seconds; the default timeout execution Lambda supports is 300 seconds. This setting helps you to control the code execution performance and cost for your Lambda function.