Skip to content

P6M7G8: AWS CDK Construct that makes a Static Website R53->CF->S3 with http->https redirect and CNAMEs

License

Notifications You must be signed in to change notification settings

p6m7g8/p6-cdk-website-plus

Repository files navigation

AWS CDK: R53 -> CF -> S3

P6CDKWebsitePlus

LICENSE

License

Other

Gitpod ready-to-code Sonarcloud Status GitHub commit activity GitHub commit activity

Usage

...
import { P6CDKWebsitePlus } from 'p6-cdk-website-plus';

new P6CDKWebsitePlus(this, 'WebsiteName', {
  hostedZoneName: 'gollucci.com',
  verifyEmail: '[email protected]',
  cloudfrontRecordName: 'www.gollucci.com',
});

Architecture

./assets/diagram.png

Author

Philip M. Gollucci [email protected]