
Answer-first summary for fast verification
Answer: By enabling API caching in API Gateway.
The correct answer is A: By enabling API caching in API Gateway. Enabling caching stores the responses from the API and returns them to subsequent requests without invoking the Lambda function each time. This reduces the number of calls to Lambda, thus improving API performance and reducing latency for users. Options B, C, and D do not specifically address improving the responsiveness of the APIs.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can a company improve the responsiveness of APIs developed using Amazon API Gateway and AWS Lambda, which provide daily updated statistical data with unauthenticated read access?
A
By enabling API caching in API Gateway.
B
By configuring API Gateway to use an interface VPC endpoint.
C
By enabling cross-origin resource sharing (CORS) for the APIs.
D
By configuring usage plans and API keys in API Gateway.
No comments yet.