Skip to content

DarrenBro/CDK-AWS-Rekognition

Repository files navigation

Session 1 - https://darren-broderick.medium.com/building-modern-applications-with-aws-cdk-session-1-ab72020fed0a

Building Modern Applications with AWS CDK (TypeScript)

TypeScript development with CDK.

The cdk.json file tells the CDK Toolkit how to execute the app.

Useful commands

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages