UNPKG

@linkedmink/node-route53-dynamic-dns

Version:

Background process that updates AWS Route 53 DNS address records whenever the public IP of the hosting environment changes

8 lines (7 loc) 289 B
import { Command } from "commander"; import { EnvironmentConfig } from "../environment/environment-config.mjs"; /** * @todo Add subcommands to write IAM policy to file or create user via AWS SDK */ declare const _default: (config: EnvironmentConfig) => Command; export default _default;