Skip to content

Latest commit

 

History

History

hello-aws-cloudfront

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Hello: AWS CloudFront

This example showcases how to set and use CloudFront to serve a static website.

Getting started

Create a local.env following the contents of example.env file in the example's root directory, and fill it with the AWS credentials.

Install

npm install

Deploy

npm run deploy

This action will create resources on the given AWS account.

Destroy

npm run destroy

This action will delete all the previously created resources on the given AWS account.

License

MIT License