Skip to content

DhayalanJazz/hello-cdk

Repository files navigation

Deploy AWS S3 Bucket resource using CDK app

Prerequisites:

https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html#getting_started_prerequisites

Steps to follow:

Navigate to bin/hello-cdk.ts and set your AWS Account number and region

The cdk.json file tells the CDK Toolkit how to execute your 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
  • 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

Deploy AWS S3 Bucket resource with CDK stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published