aws-samples / aws-lambda-ddns-function

Dynamically create Route 53 resource records using CloudWatch Events and Lambda
Apache License 2.0
236 stars 116 forks source link

Track changes to lambda #15

Closed dwilkie closed 7 years ago

dwilkie commented 7 years ago

I ran into the same issue as #10

Rather than maintaining two zip files and having to remember to update them each time the lambda function changes, this PR tracks changes to union.py.

The user then just downloads the latest version of union.py and zips it before uploading the function to AWS.

I updated the README with the extra step.