Skip to content

experience-digital/using-the-aws-cdk-with-localstack-and-aws-cdk-local

 
 

Repository files navigation

AWS CDK With TypeScript Foundations

This the companion repo to my blog post Using the AWS CDK With LocalStack and aws-cdk-local

It follows from the original post AWS CDK With Typescript Foundations.

It will create a simple S3 bucket and tear that bucket down when destroyed.

Useful commands

Command Description
npm run build Compile TypeScript to JavaScript
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
cdk destroy Tear down your deployed stack

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.2%
  • JavaScript 4.8%