This is an AWS CDK project that builds a System of Record API using AWS API Gateway, Lambda and QLDB.
The cdk.json
file tells the CDK Toolkit how to execute your app.
First you need to install the CDK. Using the CDK to define our stack requires less typing and is less error prone.
npm install -g aws-cdk
git clone
npm install
npm run build
cdk deploy
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