
Answer-first summary for fast verification
Answer: Use mock integrations in API Gateway.
The correct answer is A: Use mock integrations in API Gateway. Mock integrations allow API Gateway to return a fixed response without requiring an actual backend service. This approach facilitates parallel frontend development by providing a consistent, predictable API response structure, thus enabling frontend developers to continue their work without waiting for the backend to be fully implemented. It is also operationally efficient as it doesn’t require deploying additional services or writing extra code for temporary solutions.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In an AWS-based application development, frontend developers are awaiting backend API completion. What is the most operationally efficient solution to enable parallel frontend development?
A
Use mock integrations in API Gateway.
B
Deploy a Lambda function for mocked responses.
C
Create additional API endpoints with mock responses.
D
Set up a proxy resource in API Gateway.
No comments yet.