@lewinnovation/cognito-m2m-cache-construct
v0.1.4
Published
This repository contains a simple TypeScript AWS CDK construct to create a blind API Gateway cache for a single URL. The use case is to cache Cognito M2M token requests from Lambda functions as a cost reduction measure.
Downloads
12
Readme
cognito-m2m-cache-construct
This repository contains a simple TypeScript AWS CDK construct to create a blind API Gateway cache for a single URL. The use case is to cache Cognito M2M token requests from Lambda functions as a cost reduction measure.
Useful commands
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit tests
