jegesh / python-sqs-listener

A simple wrapper for boto3 for listening, and sending, to an AWS SQS queue
Other
154 stars 72 forks source link

Role support #20

Closed MPlugInSpace closed 6 years ago

MPlugInSpace commented 6 years ago

Added support for instance roles, they will only be used if the AWS_ACCOUNT_ID and credentials file are not in palace. The check is made in such a way as to assure 'iam_role' is the only other form of credential used.

jegesh commented 6 years ago

I'll bump the version in pypi after we finish with all the pull requests