This purpose of this repo is simply to have a place for all our AWS Dojo projects.
Simply run yarn
from the root to get going.
yarn run build
compile typescript to jsyarn run watch
watch for changes and compileyarn run test
perform the jest unit testsyarn cdk deploy --all
deploy this stack to your default AWS account/regionyarn cdk diff --all
compare deployed stack with current stateyarn cdk synth --all
emits the synthesized CloudFormation template