
Answer-first summary for fast verification
Answer: Enable API caching in API Gateway
API Gateway provides a few strategies for optimizing your API to improve responsiveness, like response caching and payload compression. You can enable API caching in Amazon API Gateway to cache your endpoint's responses. With caching, you can reduce the number of calls made to your endpoint and also improve the latency of requests to your API.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
To enhance the performance of its popular API service, a company provides unauthenticated read access to daily updated statistical data through the combination of Amazon API Gateway and AWS Lambda.
What steps can the company take to achieve this improvement?
A
Enable API caching in API Gateway
B
Configure API Gateway to use Gateway VPC Endpoint
C
Configure API Gateway to use Elasticache for Memcached
D
Set up usage plans and API keys in API Gateway