Description
Notably missing from libcloud's DNS drivers is support for Amazon Route 53.
https://github.com/apache/libcloud/tree/trunk/libcloud/dns/drivers
This should be pretty easy to implement. There is some existing code available from projects like boto, Cirrus, and cli53.
I am thinking of implementing it since it is useful for me (at my company we use both Amazon Route 53 + Rackspace Cloud DNS).
Let me know if someone has already started working on this.