@cfnutil/auto-cert-lambda

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

Usage no npm install needed!

<script type="module">
  import cfnutilAutoCertLambda from 'https://cdn.skypack.dev/@cfnutil/auto-cert-lambda';
</script>

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