Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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?
A
By exporting the current API to an OpenAPI specification, creating a new API from this specification, incorporating request validation, testing it, and then applying the validation to the live API before redeployment.
B
By directly updating the existing API with request validation, deploying it to a new stage for testing, and upon successful testing, promoting it to the production stage.
C
By creating a new API with integrated request validation, testing it, and subsequently updating the production API with the validation before full deployment.
D
By cloning the existing API, adding request validation to the clone, testing it, and then updating the original production API with these changes for deployment.