
Ultimate access to all questions.
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._