Solved

A Lambda Function Is Packaged for Deployment to Multiple Environments

Question 133

Multiple Choice

A Lambda function is packaged for deployment to multiple environments, including development, test, production, etc. Each environment has unique set of resources such as databases, etc. How can the Lambda function use the resources for the current environment?


A) Apply tags to the Lambda functions.
B) Hardcore resources in the source code.
C) Use environment variables for the Lambda functions.
D) Use separate function for development and production.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions