AWS Certified Developer – Associate (DVA-C02) — Question 139

A developer wants to add request validation to a production environment Amazon API Gateway API. The developer needs to test the changes before the API is deployed to the production environment. For the test, the developer will send test requests to the API through a testing tool.

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

Answer options

Correct answer: B

Explanation

Option B is the most efficient as it allows for testing in a separate stage without the need for creating a new API or exporting and importing files. The other options involve more steps or require creating new APIs, which increases operational overhead and complexity.