gtaylor / python-route53

A simple Python 2.7/3.x compatible Route53 module. [UNMAINTAINED]
https://python-route53.readthedocs.org
MIT License
40 stars 21 forks source link

Improved Credential Usage - follow AWS standards #19

Closed tedivm closed 7 years ago

tedivm commented 7 years ago

It would be great if this library followed the AWS credential standards and read from the ~/aws/credentials file or worked with the AWS instance role.

gtaylor commented 7 years ago

It's honestly probably best to use boto3 these days. I'm not using or actively maintaining this package any longer.