Skip to content

Instantly share code, notes, and snippets.

@kukielp
Created June 9, 2020 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kukielp/81f0b0b65e5c13b7f255a0e7c85f2f3f to your computer and use it in GitHub Desktop.
Save kukielp/81f0b0b65e5c13b7f255a0e7c85f2f3f to your computer and use it in GitHub Desktop.
# make a new folder for the project
mkdir bucket.website.com
# cd to the folder
cd bucket.website.com
# Initialise a cdk app
cdk init app --language typescript
# install the 3 additional modules we will need
npm install @aws-cdk/aws-s3 --save-dev
npm install @aws-cdk/aws-s3-deployment --save-dev
npm install @aws-cdk/aws-route53 --save-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment