diff --git a/cdkworkshop.com/cdkworkshop.com.ts b/cdkworkshop.com/cdkworkshop.com.ts index 2c8cb6595..4a530659c 100644 --- a/cdkworkshop.com/cdkworkshop.com.ts +++ b/cdkworkshop.com/cdkworkshop.com.ts @@ -49,6 +49,8 @@ class CdkWorkshop extends cdk.Stack { constructor(scope: cdk.App, id: string, props: CdkWorkshopProps) { super(scope, id, props); + this.renameLogical('CloudFrontDNSRecord46217411', 'CloudFrontDNSRecord'); + // Enable AWS GuardDuty in this account, and send any security findings via email new GuardDutyNotifier(this, "GuardDuty", { environmentName: props.domain,