Enable/disable option not working for shared API GW
See original GitHub issueWhen using shared API GW, the global configuration apiGatewayCaching.enable
and endpoint configuration caching.enable
doesn’t work as expected. As long as the cache is enabled for shared API GW, it will be enabled for all individual endpoints in it.
Wondering is those two options designed only for dedicated API GWs? Thanks
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Enabling CORS for a REST API resource - Amazon API Gateway
Learn what cross-origin resource sharing (CORS) is, whether you want to enable it, and how to enable CORS methods in API Gateway.
Read more >AWS API Gateway CORS ok for OPTIONS, fail for POST
The problem has been that the API gateway has called my lambda function using the "Lambda Proxy Integration" option checked.
Read more >AWS API Gateway - enable cross-origin resource sharing
Amazon API Gateway adds support for CORS enabling through a simple button in ... thus setting CORS correctly only for 200 answer (so...
Read more >How do I resolve a CORS error for my API Gateway REST API?
We appreciate your feedback: https://amazonintna.qualtrics.com/jfe/form/SV_a5xC6bFzTcMv35sSkip directly to the demo: 0:40For more details ...
Read more >Your Complete API Gateway and CORS Guide
API Gateway is a full-featured serverless option. ... rolled out for WebSocket APIs and is now available for HTTP API but not REST...
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
True, though it’s uncertain that it would impact the endpoint. It’s a good point though, I’ll try asking AWS support what their thoughts are on the matter. Thanks for raising this!
Thanks @DianaIonita for such a detailed reply. This is very helpful. Previously we only applied the plugin in the endpoint config not the shared API GW. I’ll have another try and let you know whether it works or not. Thanks