Skip to content

buithaibinh/cdk-cloudfront-s3-compressed

Repository files navigation

Welcome to your CDK TypeScript project

A repository for an article on codewithyou.com

How to Use

  1. Clone the repository

  2. Install the dependencies

npm install
  1. Create the CDK stack
npx cdk deploy \
  --outputs-file ./cdk-outputs.json
  1. Open the AWS CloudFormation Console and the stack should be created in your default region

  2. Cleanup

npx cdk destroy

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
  • npx cdk deploy deploy this stack to your default AWS account/region
  • npx cdk diff compare deployed stack with current state
  • npx cdk synth emits the synthesized CloudFormation template

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published