presslabs / zinc

Route 53 zone manager.
https://www.presslabs.com/code/zinc/
Other
42 stars 2 forks source link

Make Zone.aws_records a poperty #112

Closed calind closed 7 years ago

calind commented 7 years ago

https://github.com/PressLabs/zinc/blob/master/dns/utils/route53.py#L110

Zone.aws_records should be a property which caches aws data. You can have a Zone.fetch_records which updates the property cache if you need fresh data.