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

ported PowerShell script from v1 #23

Closed IonCaza closed 6 years ago

IonCaza commented 6 years ago

I used the PowerShell script from v1 as a base and updated it to work with the latest APIs. It's a lite client, I'm not a PS expert, and it's not meant for a scale implementation (doesn't make use of a "caching" mechanism like the updated .sh script. You can run this as a batch every minute for a few clients and it shouldn't cost too much on AWS as it will not exceed Lambda thresholds.

seangreathouse commented 6 years ago

Excellent! Thanks, much needed v2 Windows support.
I’m in Barcelona on vacation but review and merge as soon as I can.

IonCaza commented 6 years ago

Awesome! Visit la Sagrada Familia for me :D I haven't been there in 17 years. Hopefully the script will save someone else time who needs it on Windows. Thanks for all the work you put into making the scripts, it was very easy to understand and get my DDNS service up. Have fun in Barcelona!