ciscops / Netbox_Route53

Lambda script to port ip/dns pairs from netbox to route53
1 stars 0 forks source link

Netbox_route53.py optimizations #7

Closed ppajersk closed 3 years ago

ppajersk commented 3 years ago

Netbox_route53.py now stores Route53 records in separate dictionaries, reducing logic complexity and simplifying several functions

Added logging messages and testing Netbox timespan

jlothian commented 3 years ago

Looks good to me!