@cfnutil/auto-cert-lambda
v0.3.2
Published
CloudFormation custom resource handler to automatically provision a certificate in the given region.
Downloads
22
Readme
@cfn-util/auto-cert-lambda
CloudFormation custom resource handler to automatically provision a certificate in the given region.
Resource Properties
interface AutoCertProps {
DomainName: string;
HostedZoneId: string;
Region?: string;
SubjectAlternativeNames?: string[];
}