An open API service indexing awesome lists of open source software.

https://github.com/jiegec/aws-static-website-cdk

AWS CDK construct to deploy a static website to AWS using S3+CloudFront+Route53 combination.
https://github.com/jiegec/aws-static-website-cdk

cdk-construct cloudfront route53 s3

Last synced: about 1 month ago
JSON representation

AWS CDK construct to deploy a static website to AWS using S3+CloudFront+Route53 combination.

Awesome Lists containing this project

README

          

# aws-static-website-cdk

Deploy a static website to AWS using S3+Cloudfront+Route53 combination.

This CDK construct provides:

- create a public accessible S3 bucket
- create a CloudFront distribution
- setup A record in route53
- publish data to S3 bucket content

## How to use

Run:

```shell
$ npm i aws-static-website-cdk
```

Then, see the doc strings of `AwsStaticWebsiteCdk` construct.