cdk-apex-cname
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

CDK Apex Cname - Route53

A CDK utility construct to allowing setting an domain apex (in Route53) to resolve to a cname record of a resource not in Route 53.

Usage

Typescript

First install the package

npm install cdk-apex-cname

Then you can use the Apex CNAME in your code:

import { CdkApexCname } from "cdk-apex-cname";

new CdkApexCname(this, 'CdkApexCname', {
    apexName: 'apex.com',
    recordName: 'cname.example.com',
    hostedZoneId: 'ZONE1234',
    apexCnameRuleCron: "cron(0 * ? * * *)"
});

Readme

Keywords

Package Sidebar

Install

npm i cdk-apex-cname

Weekly Downloads

1

Version

0.1.4

License

ISC

Unpacked Size

54.5 kB

Total Files

10

Last publish

Collaborators

  • maskerade