
Ultimate access to all questions.
As a developer utilizing the AWS Command Line Interface (CLI) to create AWS Lambda functions, you need to configure these functions with numerous environment variables. Specifically, your Lambda functions will include more than 50 environment variables that contain sensitive data, such as database table names.
What is the maximum number of environment variables you can set for an AWS Lambda function?
A
The total size of all environment variables shouldn't exceed 4 KB. The maximum number of variables that can be created is 35
B
The total size of all environment variables shouldn't exceed 4 KB. There is no limit on the number of variables
C
The total size of all environment variables shouldn't exceed 8 KB. The maximum number of variables that can be created is 50
D
The total size of all environment variables shouldn't exceed 8 KB. There is no limit on the number of variables