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

Adding python3 version of lambda and tests. #34

Closed rubelw closed 4 years ago

rubelw commented 5 years ago

Added a python3 version of lambda and tests. Updated cloudformation template to add SNS topic, and updated lambda role to push to topic Updated README to mention python3 lambda version, and how to run tests.

Issue #, if available:

Description of changes:

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

rubelw commented 5 years ago

NOTE: This does not affect the current python2 version of the lambda. Everything for the existing version is un-touched (other than adding an SNS topic to CF template and updating role). Run tox to see tests. Currently have 73% coverage. Waiting for some moto changes in order to increase coverage.

tbugfinder commented 4 years ago

Hi @jicowan could you help in supporting this repo also? It would be good to look into some PRs and Issues.

Thanks.