:npm: install deps
npm install
:jest: run tests
npm test
:aws-logo: cdk synth
:docker:node:latest
npx cdk synth
Deploy?
:aws-logo: cdk deploy
:docker:node:latest
npx cdk deploy
65%