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

Publish Lambda? #7

Closed rfoliva closed 7 years ago

rfoliva commented 8 years ago

Nice to have only. I think the Setup_Instructions.md file would benefit from being explicit about the need to publish new versions after updates. I think users not too familiar with Lambda might get in trouble here, in case they need to update the code a few times due to typos or whatever.

Great project! Thanks!

seangreathouse commented 8 years ago

Hey Rick,

Thanks so much for the feedback. I'm glad you like the project! I'll review my instructions in light of your suggestion.

seangreathouse commented 7 years ago

You can update and maintain the Lambda function without publishing a new version. Unless I'm missing something, I would consider the topic of versioning out of scope for this project. Please re-open the ticket if there is something specific in the doc you find misleading.

Thanks again for your contribution!