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.
- Host: GitHub
- URL: https://github.com/jiegec/aws-static-website-cdk
- Owner: jiegec
- License: mit
- Created: 2020-08-17T13:03:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T16:02:53.000Z (over 1 year ago)
- Last Synced: 2025-11-01T03:21:27.781Z (4 months ago)
- Topics: cdk-construct, cloudfront, route53, s3
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/aws-static-website-cdk
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.