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

Cache miss and no cache when using custom domain #78

Closed joaolcorreia closed 3 years ago

joaolcorreia commented 3 years ago

Hi, I followed the instructions, Im using a custom domain. When calling the function directly I always see a cache miss and when using the custom domain I dont even see the cache header.

Are there any instructions with detailed steps?

Thanks Joao

DianaIonita commented 3 years ago

Hi @joaolcorreia,

Thanks for raising this issue. A custom domain should make no difference to this plugin. Would you mind sharing your serverless.yml configuration please? Also, what do you mean when you say that you see a cache miss? What are you looking for in the response?

DianaIonita commented 3 years ago

Closing the issue, please reopen if there are any updates.