DVA-C02 · Question #76
DVA-C02 Question #76: Real Exam Question with Answer & Explanation
The correct answer is A: Define a development stage on the API Gateway API. Instruct the other developers to point the. https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-stages.html https://docs.aws.amazon.com/apigateway/latest/developerguide/canary-release.html
Question
A developer maintains an Amazon API Gateway REST API. Customers use the API through a frontend UI and Amazon Cognito authentication. The developer has a new version of the API that contains new endpoints and backward-incompatible interface changes. The developer needs to provide beta access to other developers on the team without affecting customers. Which solution will meet these requirements with the LEAST operational overhead?
Options
- ADefine a development stage on the API Gateway API. Instruct the other developers to point the
- BDefine a new API Gateway API that points to the new API application code. Instruct the other
- CImplement a query parameter in the API application code that determines which code version to
- DSpecify new API Gateway endpoints for the API endpoints that the developer wants to add.
Explanation
https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-stages.html https://docs.aws.amazon.com/apigateway/latest/developerguide/canary-release.html
Community Discussion
No community discussion yet for this question.