ciscops / Netbox_Route53

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

Added purging records function which cleans any #40

Closed ppajersk closed 2 years ago

ppajersk commented 2 years ago

records in route53 that are tagged but don't have a matching set in netbox

Added batch updates, which significantly reduces the number of api calls to route53 (s l o w)

Updated integrate records and webhook update functions to use batch api updates to route53

Slightly improved logic for verify and update

Removed unneeded 3 functions for api calls to route 53 (create, update, delete)