github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/avd_docs/aws/apigateway/AVD-AWS-0190/docs.md (about)

     1  
     2  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.
     3  
     4  ### Impact
     5  Reduce the number of calls made to your API endpoint and also improve the latency of requests to your API with response caching.
     6  
     7  <!-- DO NOT CHANGE -->
     8  {{ remediationActions }}
     9  
    10  ### Links
    11  - https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-caching.html
    12  
    13