- Building Serverless Python Web Services with Zappa
- Abdulwahid Abdulhaque Barguzar
- 53字
- 2025-04-04 16:26:25
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.