This microservice is deployed using AWS CDK to deploy resources to AWS using AWS API Gateway, AWS Lambda, and Momento Cache or Momento Token. The Lambda function will take in
Configure resources/config.json
with the AWS region name you want this service name deployed in.
This is a blank project for CDK development with TypeScript.
The cdk.json
file tells the CDK Toolkit how to execute your app.
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template