CloudFormation custom resource handler to automatically provision a certificate in the given region.
npm install @cfnutil/auto-cert-lambdaCloudFormation custom resource handler to automatically provision a certificate in the given region.
``typescript``
interface AutoCertProps {
DomainName: string;
HostedZoneId: string;
Region?: string;
SubjectAlternativeNames?: string[];
}