DianaIonita / serverless-api-gateway-caching

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

Support for shared api gateway #56

Closed apalumbo closed 5 years ago

apalumbo commented 5 years ago

We are sharing out api gateway in multiple sub stack (not using the plugin but splitting the stacks manually). Now if we use the plugin in more than one stack the base configuration will be updated from each stack (like cache enable or cluster size). I've created a PR to support this use case it would be nice to have this feature integrated #55

DianaIonita commented 5 years ago

Thanks, released as part of 1.4.0