Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.29 KB

Resources.md

File metadata and controls

32 lines (24 loc) · 1.29 KB

Resources

Coding

AWS

Docker

Useful Commands and Scripts

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