Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How should a developer using Amazon API Gateway quickly test and generate API responses for immediate testing by other teams?
A
Create a mock integration in API Gateway, setting method integration requests and responses with specific status codes.
B
Implement request validators using the API's OpenAPI definition and integrate these into API Gateway for testing.
C
Configure API Gateway with hardcoded status codes and responses as gateway responses.
D
Establish a Lambda authorizer based on request parameters to manage API access, including necessary mapping templates.