Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@cfnutil/auto-cert-lambda

futurematik6MIT0.3.2TypeScript support: included

CloudFormation custom resource handler to automatically provision a certificate in the given region.

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[];
}