npm run buildcompile typescript to jscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation templatebash build-app.shbuild the app and zip it
Starting from zero, you want to
- take care of your
~/.aws/credentialsfile - run
npm install - run
bash build-app.shandnpm run buildto build - run
cdk deployto deploy
cdk init sample-app --language typescript