Releases: DianaIonita/serverless-api-gateway-caching
Releases · DianaIonita/serverless-api-gateway-caching
1.2.2
Changes Summary
#26 Fixed issue where caching could not be applied to an endpoint with a path parameter containing underscores. Also fixed issue where, if one endpoint could not be found in the compiled CloudFormation template, no other subsequent endpoint would have their caching parameter settings updated.
1.2.1
1.2.0
Changes Summary
#18 Added support for multiple HTTP events per function and support for custom function names (Thanks to @LuciCondescu)
1.1.6
1.1.5
1.1.4
1.1.3
Changes Summary
- Fixed npm package version issue
1.1.2
1.1.1
Changes Summary
1.1.0
Changes Summary
- Added support for configuring per-key cache invalidation authorization
- Removed the option to specify whether cache key parameters are required or not, since that appears to have no effect on API GW caching and is likely used with request validators.