twisted / txaws

Twisted-based Asynchronous Libraries for Amazon Web Services and clouds that support the AWS APIs
MIT License
32 stars 18 forks source link

Support the rest of the Route53 record types #50

Closed exarkun closed 7 years ago

exarkun commented 7 years ago

For example, MX. Currently we get a KeyError from the parsing code if any of these happen to exist and one tries to list rrsets.

We should support everything Route53 supports now and we should make the code fail a little more gracefully if new types are added on the AWS side in the future.