Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
assafkamil authored Nov 10, 2023
1 parent 5401a61 commit 64c2ea5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/tenant-dns/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
export * from './lib/route53-provider';
export * from './lib/errors';
export * from './lib/route53-waiter';

import {Route53Provider} from './lib/route53-provider';

async function create() {
const provider = new Route53Provider({hostedZoneId: "Z063138213TW0F6UO4XJK", rootDomain: "runbop.com"});
await provider.createCNAMESubdomain("test1a §", "example.com", "test", {TTL: 300}).change();
}

create();

0 comments on commit 64c2ea5

Please sign in to comment.