https://github.com/p6m7g8/p6-cdk-website-plus
P6M7G8: AWS CDK Construct that makes a Static Website R53->CF->S3 with http->https redirect and CNAMEs
https://github.com/p6m7g8/p6-cdk-website-plus
aws cdk cloudfront construct dns p6 p6m7g8 route53 s3 typescript website
Last synced: 4 months ago
JSON representation
P6M7G8: AWS CDK Construct that makes a Static Website R53->CF->S3 with http->https redirect and CNAMEs
- Host: GitHub
- URL: https://github.com/p6m7g8/p6-cdk-website-plus
- Owner: p6m7g8
- License: apache-2.0
- Created: 2023-06-25T20:58:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-11T17:17:01.000Z (5 months ago)
- Last Synced: 2026-01-11T20:18:27.844Z (5 months ago)
- Topics: aws, cdk, cloudfront, construct, dns, p6, p6m7g8, route53, s3, typescript, website
- Language: Go
- Homepage: https://continuouslearning.io
- Size: 13.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AWS CDK: R53 -> CF -> S3
# P6CDKWebsitePlus
## LICENSE
[](https://opensource.org/licenses/Apache-2.0)
## Other
[](https://gitpod.io/#https://github.com/p6m7g8/p6-cdk-website-plus)   
## Usage
```ts
...
import { P6CDKWebsitePlus } from 'p6-cdk-website-plus';
new P6CDKWebsitePlus(this, 'WebsiteName', {
hostedZoneName: 'gollucci.com',
verifyEmail: 'pgollucci@p6m7g8.com',
cloudfrontRecordName: 'www.gollucci.com',
});
```
## Architecture

## Author
Philip M. Gollucci