Ensure that response caching is enabled for your Amazon API Gateway REST APIs.
A REST API in API Gateway is a collection of resources and methods that are integrated with backend HTTP endpoints, Lambda functions, or other AWS services. You can enable API caching in Amazon API Gateway to cache your endpoint responses. With caching, you can reduce the number of calls made to your endpoint and also improve the latency of requests to your API.
Impact
Recommended Actions
Follow the appropriate remediation steps below to resolve the issue.