[serverless-api-gateway-caching] No Rest API found. Caching settings will not be updated - when used in conjunction with serverless-nested-stack.
See original GitHub issueThe serverless-nested-stack breaks down the stacks in few nested stacks to avoid the cloudformation limitation of 200 resources per stack.
And when I use serverless-nested-stack breaks and serverless-api-gateway-caching I get:
Serverless: [serverless-api-gateway-caching] No Rest API found. Caching settings will not be updated.
It seems to me that the code: https://github.com/DianaIonita/serverless-api-gateway-caching/blob/develop/src/restApiId.js#L15 is not checking in all nested stacks if resource ‘ApiGatewayRestApi’ exists! Let me know if you need me to provide any additional information!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Serverless deploy not updating AWS API Gateway cache ...
We are deploying an API gateway to AWS and noticed that it is not updating specific API Gateway service settings, particularly around ...
Read more >Enabling API caching to enhance responsiveness
You can enable API caching in Amazon API Gateway to cache your endpoint's responses. With caching, you can reduce the number of calls...
Read more >serverless-api-gateway-caching - npm
A plugin for the serverless framework which helps with configuring caching for API Gateway endpoints. Good to know. If you enable caching ......
Read more >HTTP Caching Policy | MuleSoft Documentation
When you apply the HTTP Caching policy to your API from the UI, you can configure ... If you are using CloudHub, ensure...
Read more >A deep dive into caching REST APIs - Stellate
ETag, Cache-Control, Last-Modified, Max-Age: how does REST caching work under the hood and how can you use it with Node.js?
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am also facing same issue when used with
serverless-plugin-split-stacks
.I’m getting this same issue using
serverless-plugin-split-stacks
have also tried multiple order for including these. Any chance you found a solution to this?