ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

129 / 474

Question 129:

You are developing a common lambda function that will be used for several development environments such as Dev, QA, Staging, etc. The lambda function needs to interact with multiple development environments. What is the best way to develop the Lambda function and dynamically pass settings to it?

Answer options:

A.Create a Lambda function for each environment so that each function can point to its respective environment.
B.Create one Lambda function and use environment variables for each environment to interact.
C.Create one Lambda function and create several versions for each environment.
D.Create one Lambda function and create several ALIAS for each environment.