
AWS Certified Developer - Associate
Get started today
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?
How can a company publish an API on AWS using Amazon API Gateway without an integrated backend, allowing parallel development on separate application components?
Exam-Like
Explanation:
The correct answer is A. By creating API Gateway resources and setting the integration type to MOCK, the company can simulate API responses without needing a real backend. This allows teams to continue developing dependent components while the backend is still in development. Options B, C, and D involve creating real backend components (Lambda function, EC2 application) or using integration types that assume a backend is available (AWS_PROXY, HTTP_PROXY), which do not meet the requirement of simulating APIs without an integrated backend.