bluepines / slick53

Slick New Python Interface for AWS Route53
MIT License
36 stars 5 forks source link

Unsupported endpoint #6

Open prjctgeek opened 11 years ago

prjctgeek commented 11 years ago

Doing a simple

zone= route53.get_zone('foo.com') for record in zone.get_records(): print record

Many of the A records contain this message:

<Record:A:...: [u'This resource record set includes an attribute that is unsupported on this Route 53 endpoint. Please consider using a newer endpoint or a tool that does so.']>

prjctgeek commented 11 years ago

oh - wait, this might be boto