Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Amazon Web Services AWS Certified Developer - Associate DVA-C02 Question # 176 Topic 18 Discussion

Amazon Web Services AWS Certified Developer - Associate DVA-C02 Question # 176 Topic 18 Discussion

DVA-C02 Exam Topic 18 Question 176 Discussion:
Question #: 176
Topic #: 18

A team has an Amazon API Gateway REST API that consists of a single resource and a GET method that is backed by an AWS Lambda integration.

A developer makes a change to the Lambda function and deploys the function as a new version. The developer needs to set up a process to test the new version of the function before using the new version in production. The tests must not affect the production REST API.

Which solution will meet these requirements with the LEAST operational overhead?


A.

Create a new resource in the REST API. Add a GET method to the new resource, and add a Lambda integration to the updated version of the Lambda function. Deploy the new version.


B.

Create a new stage for the REST API. Create a stage variable. Assign the stage variable to the Lambda function. Set the API Gateway integrated Lambda function name to the stage variable. Deploy the new version.


C.

Create a new REST API. Add a resource that has a single GET method that is integrated with the updated version of the Lambda function.


D.

Update the Lambda integration of the existing GET method to point to the updated version of the Lambda function. Deploy the new version.


Get Premium DVA-C02 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.