What is the maximum number of environment variables that can be set for an AWS Lambda function?
- 1024
- 256
- 512
- Unlimited
AWS Lambda allows a maximum of 1024 environment variables to be set for a function, providing ample flexibility for configuration and customization.
Loading...
Related Quiz
- How does Cross-Account Access facilitate collaboration between different AWS accounts?
- What is the purpose of error handling in AWS Lambda?
- AWS Lambda manages the execution environment, including __________ and __________.
- Why is monitoring important in a serverless architecture?
- What are the potential consequences of over-allocating memory for an AWS Lambda function?