AWS Certified Developer - Associate

AWS Certified Developer - Associate

Get started today

Ultimate access to all questions.


How can a developer provide beta access to a new, incompatible API version without disrupting current customers using Amazon API Gateway and Amazon Cognito?




Explanation:

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.