When using the deploy script, you will need to make sure your stack grouping and stack names are setup. Currently it's setup using an environment based format, however it can be setup however you'd like. Default deploys all stacks.
Usage <command> <option>
Where <command> is one of:
-d, --deploy Build the Lambda's (NPM Install and Webpack) and Deploy the CDK
-l, --lambda Build the Lambda's (NPM Install and Webpack)
Where <option> is one of:
-v, --verbose Verbose Output
--stack=<stack> Optional. Deploy specific stack (default: all)
--env=<env> Optional. Deploy to specific environment(default: aws default)
npm run deploy -- <command>
npm run deploy -- <command> <option>
npm run deploy -- --help
npm run build
compile typescript to jsnpm run watch
watch for changes and compilecdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template