Skip to content

hyperionian/cdk-s3-app

Repository files navigation

AWS CDK App TypeScript

Use the AWS CDK to define your cloud resources in a familiar programming language.

Pre-requisite: Visit https://docs.aws.amazon.com/cdk/latest/guide/getting_started.html#getting_started_prerequisites

Resources created in this sample

Amazon S3 Bucket with versioning enabled and SSE enabled with Customer Managed CMK. Future updates to include additional resources.

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
  • 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

AWS CDK App Sample for Amazon S3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published