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

Added feature to create SqsListener with separate AWS credentials other than AWS_ACCOUNT_ID #34

Closed acidbotmaker closed 4 years ago

acidbotmaker commented 5 years ago

Hello, First of all, thank you for the great wrapper for AWS SQS.

I wanted to use separate AWS credentials other than the one which are loaded in the environment. It now allows multiple account usage.

Thanks.