Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a company publish an API on AWS using Amazon API Gateway without an integrated backend, allowing parallel development on separate application components?
A
By creating API Gateway resources with MOCK integration type and configuring method responses with HTTP status codes.
B
By creating a Lambda function for mocked responses and setting API Gateway resources with AWS_PROXY integration type.
C
By developing an EC2 application for mocked responses and setting API Gateway resources with AWS integration type.
D
By setting API Gateway resources with HTTP_PROXY integration type and adding mapping templates.