An example on how to deploy a static website (HTML, CSS, JS) into a private S3 bucket that is only accessible through a public CloudFront distribution.
- Clone
- Put your website inside the ./lib/dist folder
npx cdk deploy
- Enjoy
- Valid AWS credentials configured in the terminal where you are deploying.
- NodeJS and NPM