Releases: DianaIonita/serverless-api-gateway-caching
Releases · DianaIonita/serverless-api-gateway-caching
1.7.3
1.7.2
Changes Summary
- Fixed bad merge.
1.7.1
1.7.0
Change Summary
#90 Added optional restApiId
and basePath
settings for when the API Gateway is shared and lives in another stack (thanks @thebeatlecoder)
1.6.1
Change Summary
#86 Allowing ttlInSeconds
to be zero (thanks @91-julian-sanchez and @marc-parillo)
1.6.0
1.5.2
Change Summary
#77 Added configuration validation (requires [email protected] or later).
1.5.1
1.5.0
Change Summary
- #72 Added support for cache key parameters from the request body, either the entire body or a JSONPath expression (thanks @mgyarmathy)
- #73 Updated README
1.4.1
Change Summary
Updated documentation to reflect that request.body
and request.body.JSONPath_Expression
are not supported as cache key parameters.