@cfnutil/auto-cert-lambda
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @cfnutil/auto-cert-lambda

Weekly Downloads

1

Version

0.3.2

License

MIT

Unpacked Size

38.3 kB

Total Files

38

Last publish

Collaborators

  • gordonmleigh