Service that monitors public IP of the network and updates a Route53 record when it changes, allowing services to be hosted on a home network without needing a permanently assigned IP from the ISP.
npm ci && npm start
to createconfig.json
.- Update
config.json
with AWS IAM user credentials with access to Route53. - Run with
npm start
.