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

yamllint #43

Closed sdarwin closed 1 year ago

sdarwin commented 2 years ago

This pull request updates the route53-ddns.yml file to pass yamllint. Remove extra whitespace. Fix indentation. (It may also include a couple of small changes from other outstanding pull requests, which need to be merged, and are required for the program to operate.)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

huelsner commented 2 years ago

Just as an FYI: I have been waiting for more than two years now for my pull request to be merged. The original author has left Amazon and within AWS Labs no one seems to pay attention to this project anymore.

sdarwin commented 2 years ago

@huelsner "I have been waiting for more than two years now for my pull request to be merged."

I created an ansible role that automates the installation of route53-dynamic-dns-with-lambda, at https://github.com/sdarwin/ansible-route53-dynamic-dns It includes the files from here, and the other pull requests. Check it out. Maybe development efforts can be moved to that repository.