Skip to content

awesome-cdk/aws-cdk-s3-static-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS CDK - Static website on S3 and CloudFront

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.

Getting started:

  1. Clone
  2. Put your website inside the ./lib/dist folder
  3. npx cdk deploy
  4. Enjoy

Requirements:

  • Valid AWS credentials configured in the terminal where you are deploying.
  • NodeJS and NPM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published