- Building Serverless Python Web Services with Zappa
- Abdulwahid Abdulhaque Barguzar
- 30字
- 2021-07-16 18:16:08
Configuration
Lambda execution depends on the configuration setting. Configuring the Lambda function requires the following details:
- Function code
- Environment variables
- Tags
- Execution role
- Basic settings
- Network
- Debugging and error handling