You are a developer working with the AWS CLI to create Lambda functions that contain environment variables. Your functions will require over 50 environment variables consisting of sensitive information to database table names. What is the total set size of AWS Lambda environment variables you can create?
Correct answer - "4KB" : There is no limit to the number of environment variables you can create as long as the total size of the set does not exceed 4 KB.
"32KB"
"1MB"
"1KB"
For more information visit