awslabs / route53-dynamic-dns-with-lambda

A Dynamic DNS system built with API Gateway, Lambda & Route 53.
Apache License 2.0
486 stars 167 forks source link

Docker container for client #38

Closed bartvanheukelom closed 1 year ago

bartvanheukelom commented 3 years ago

Hi, thanks for developing this tool. It works well and was easy to set up the service. Finding out how to easily update the entries was a little bit more difficult, since the docs didn't mention anything but the basic curl commands needed. (Edit: oh wait, the introduction clearly mentions "A bash reference client route53-ddns-client.sh is included".. that's my bad for skipping straight to the setup guide)

Fortunately the route53-ddns-client.sh was right there, and it worked well. To easily deploy that to my server, I tried to find a Docker container using that script, but didn't find one, so I decided to make and publish my own, which can be found here:

https://hub.docker.com/r/bartvhdev/route53-ddns-client

Just wanted to let you know, in case this can be of use to anybody else.

masberta commented 1 year ago

Thanks for your contribution, please note the code base has been rewritten to remove API Gateway requirement and rely on Lambda Function URL.