AWS CDK: R53 -> CF -> S3
...
import { P6CDKWebsitePlus } from 'p6-cdk-website-plus';
new P6CDKWebsitePlus(this, 'WebsiteName', {
hostedZoneName: 'gollucci.com',
verifyEmail: '[email protected]',
cloudfrontRecordName: 'www.gollucci.com',
});
Philip M. Gollucci [email protected]