UNPKG

@scloud/cdk-patterns

Version:

Serverless CDK patterns for common infrastructure needs

4 lines (3 loc) 189 B
import { IHostedZone } from 'aws-cdk-lib/aws-route53'; import { Construct } from 'constructs'; export declare function addGoogleWorkspaceRecords(scope: Construct, zone: IHostedZone): void;