jegesh / python-sqs-listener

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

add sso to list of accepted auth methods #60

Closed zombrie closed 1 year ago

zombrie commented 1 year ago

Our company uses this project to connect with SQS Queues, but we use SSO login to auth with AWS locally instead of an IAM role. This adds sso as an acceptable auth method.