You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So i been running few tests with serverless-http
In aws I'm using API Gateway v1 - Rest api with lambda
now when i enable caching on API Gateway, it behaves really weirdly
So for instance, here are two paths:
base_path/api/categories
base_path/api/categories/category_id
so without caching all is well, working as expected
but when i enable cache, this happens
base_path/api/categories -> returns categories list
So i been running few tests with serverless-http
In aws I'm using API Gateway v1 - Rest api with lambda
now when i enable caching on API Gateway, it behaves really weirdly
So for instance, here are two paths:
so without caching all is well, working as expected
but when i enable cache, this happens
sometimes its even vice-versa
So im not sure where to go from here, TTL is set to 300
api gateway config is
/categories/{proxy+} -> ANY
-> Lambda + serverless-httpany kind of guidance, insights will be helpfull
The text was updated successfully, but these errors were encountered: