
Answer-first summary for fast verification
Answer: By setting up a development stage in API Gateway for testing by other developers.
The correct answer is A: By setting up a development stage in API Gateway for testing by other developers. This approach allows other developers to test the new version of the API without impacting the production environment used by current customers. It provides a low-overhead solution by leveraging API Gateway's stage feature, which isolates changes to a specific environment and avoids the need for additional API instances or complex version management within the application code.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
How can a developer provide beta access to a new, incompatible API version without disrupting current customers using Amazon API Gateway and Amazon Cognito?
A
By setting up a development stage in API Gateway for testing by other developers.
B
By creating a separate API Gateway instance for the new version.
C
By implementing version control through query parameters in the application code.
D
By adding the new endpoints to the existing API Gateway alongside the current ones.