awslabs / route53-dynamic-dns-with-lambda

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

Please update this repo to the latest versions #42

Closed rigolepe closed 1 year ago

rigolepe commented 2 years ago

The code in this repository is broken because it is not up-to-date with the latest lambda cloudformation. I found the following fork that seems to work: https://github.com/gfitzp/route53-dynamic-dns-with-lambda

Is it possible to merge this fix into this main repo, please? It took me hours to find this solution...

Thanks! Peter

sdarwin commented 2 years ago

From Amazon:

End of support for the Python 2.7 runtime started on July 15, 2021. For more information, see [Runtime deprecation policy](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy).

With that in mind it would be a good idea to merge the python3 branch into the master branch and have that be the main line of development.

masberta commented 1 year ago

Code base has been rewritten and is now up to date.