
AWS Certified Developer - Associate
Get started today
Ultimate access to all questions.
How can a developer add request validation to an Amazon API Gateway API in a production environment, ensuring minimal operational overhead while testing the changes in a pre-production stage?
How can a developer add request validation to an Amazon API Gateway API in a production environment, ensuring minimal operational overhead while testing the changes in a pre-production stage?
Exam-Like
Explanation:
Option B is the most efficient solution with the least operational overhead. By updating the existing API to include request validation and deploying it to a new API Gateway stage, the developer can test the changes without impacting the current production environment. Once the tests confirm the validation works as expected, the developer can then promote the updated API to the production stage. This approach minimizes operational overhead by avoiding the need to create or clone multiple APIs and stages.