DianaIonita / serverless-api-gateway-caching

A plugin for the Serverless framework which helps with configuring caching for API Gateway endpoints.
ISC License
136 stars 35 forks source link

Cache key parameters from body don't require lambda integration #107

Closed DianaIonita closed 2 years ago

DianaIonita commented 2 years ago

Using the body as a cache key parameter works when using AWS_PROXY rather than AWS (lambda) integration according to my latest tests.