Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 543 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 543 Bytes

AWS Dojo

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.

Useful commands

  • yarn run build compile typescript to js
  • yarn run watch watch for changes and compile
  • yarn run test perform the jest unit tests
  • yarn cdk deploy --all deploy this stack to your default AWS account/region
  • yarn cdk diff --all compare deployed stack with current state
  • yarn cdk synth --all emits the synthesized CloudFormation template