API Gateway CachingRecipes
Recipes
Common how-tos for the API Gateway caching plugin.
Recipes are task-shaped — each one solves a specific problem. Use the configuration reference for the full surface; recipes here just show the right combination of settings for common scenarios.
Available recipes
| Recipe | When to use |
|---|---|
| Cache key parameters | You're seeing the same cached response for different requests — define what makes an entry unique. |
| Shared API Gateway | Multiple services share one API Gateway and you need per-service caching. |
| Removing the plugin | You're uninstalling — avoid the ghost-billing trap. |
Cross-cutting reading
- Installation — setup + smoke test
- Configuration — full reference
- CLI commands —
flush,status,disable,preview - Migration — switching from
serverless-api-gateway-caching