(Choose 1 answer)
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 of database table names.
What is the total set size/number of environment variables you can create for AWS Lambda?
A. The total size of all environment variables shouldn't exceed 8 KB. There is no limit on the number of variables
B. The total size of all environment variables shouldn't exceed 8 KB. The maximum number of variables that can be created is 50
C. The total size of all environment variables shouldn't exceed 4 KB. The maximum number of variables that
can be created is 35
D. The total size of all environment variables shouldn't exceed 4 KB. There is no limit on the number of variables
E39