Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a scenario where a developer is setting up an Amazon API Gateway for frontend team access, which integration type and configuration will allow the API to return predefined HTTP status codes and JSON responses without actual backend processing?
A
AWS_PROXY with Lambda functions for hardcoded JSON.
B
MOCK with method integration for status codes and JSON.
C
HTTP_PROXY to an external placeholder API.
D
MOCK for defining both HTTP status and JSON responses.