ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

377 / 474

Question 377:

You have a SAM template used to deploy a Lambda function, and you are now working to create a new version. Your manager has asked you to instantly switch traffic once you have built and tested your version. What is the most efficient, effortless and simple way to achieve this?
 

Answer options:

A.Use Qualifiers in the Management Console to select the version which you built and tested.
B.Point an alias, PROD to the version which you built and tested.
C.Set DeploymentPreference property of the function resource.
D.Set AutoPublishAlias property of the function resource.