serverless-api-gateway-caching
serverless-api-gateway-caching copied to clipboard
A plugin for the Serverless framework which helps with configuring caching for API Gateway endpoints.
– adds cacheKeyParameter support for additional endpoints – coupled with https://github.com/serverless-operations/serverless-apigateway-service-proxy/pull/178 addresses Issue #83
When 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...
### Overview If you use this plugin then after deploying attempt to change logging settings in serverless.yml, then it will not update, because all methods have overridden settings from the...
Is this plugin able to be configured with [serverless-apigateway-service-proxy](https://github.com/serverless-operations/serverless-apigateway-service-proxy)? Specifically I would like to enable caching of a dynamodb GET request via an API Gateway proxy.
Changes made in #132 made all `cacheKeyParameters` values required by default but previously this was not the case. This breaks functions that rely on cache key parameters based on optional...
Changes made in the latest [1.10.3](https://github.com/DianaIonita/serverless-api-gateway-caching/releases/tag/1.10.3) release have made it no longer possible to have optional request parameters on `cacheKeyParameters`. This breaks configurations from 1.10.2 and earlier that list optional...
In our web app we send down a query which is just a string from the front end to our API's if we include Chinese characters in that string the...
Followed the examples that the package provides essentially to the letter and yet I'm unable to get the cache to actually return a hit. APIG says the cache is active,...
Using the following global config: apiGatewayCaching: enabled: true clusterSize: '0.5' ttlinseconds: 300 And the folllowing function config: caching: enabled: true ttlinseconds: 300 perkeyinvalidation: requireAuthorization: false Both the API gateway stage...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...