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

API gateway cacheKeyParameters error #136

Closed donald-labajo-wimp2warrior closed 3 months ago

donald-labajo-wimp2warrior commented 3 months ago

image

see image above for cacheKeyParameters. Deploying the stack, we are getting this error on cloudformation:

image

Tried researching but to no avail. I also tried updating our serverless-api-gateway-caching from v1.7.4 to v1.9.0 but issue still persists. Removing all cacheKeyParameters, deployment goes through.

For context, we are running:

Based on docs - https://github.com/DianaIonita/serverless-api-gateway-caching we are using the correct format ie caching>cacheKeyParameters>[set of parameters]

Please help Thanks!

PS: The config was runnin fine until March13, 2024

DianaIonita commented 3 months ago

Hi @donald-labajo-wimp2warrior,

Thanks for raising this issue! Please update your serverless-api-gateway-caching module to v1.10.3 and let me know if you're still having trouble.

donald-labajo-wimp2warrior commented 3 months ago

Hi @DianaIonita, it appears to be working now. Thank you so much! ✨