ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

181 / 474

Question 181:

You’ve deployed an application using AWS Lambda and the API gateway service. You need to deploy a newer version of the application. Management has instructed that the newer version should be tested before being fully deployed, while the base version is still in continuity. How can you accomplish this in the easiest way possible?

Answer options:

A.Create a new Lambda function and a new API gateway. Give the users the new URL.
B.Create a new version of the existing Lambda function and a new API gateway. Give the users the new URL.
C.Create a canary release in the API gateway service.
D.Create another resource and method. Deploy the API. Give the users the new URL.