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

Added support to default API nested stack of serverless-plugin-split-stacks #82

Closed aviadsteps closed 3 years ago

aviadsteps commented 3 years ago

Could use help with creating the relevant tests, not sure how to do that.

DianaIonita commented 3 years ago

Hi @aviadsteps,

Thanks for your contribution. I chose to implement it differently, by getting the rest API Id from the deployed CloudFormation stack instead. Details here, if you're curious.

The latest version, 1.7.3, includes this change. If it doesn't solve your problem, please let me know.