- Go to API Gateway console
- Select the stage
- Select the Enable API Cache checkbox
4. Select the GET path under Resources -> /content/{proxy+}
5. Select the Method Request
6. Expand Request Paths
7. Make sure the caching checkbox is enabled
8. Once you make the changes, click on Actions -> Deploy API.
9. Select the stage and click Deploy.
The above configuration will make sure all the GET requests to the API Gateway are cached for 600 seconds.