jegesh / python-sqs-listener

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

Making use of service resource over the low level client for SQS #39

Open hjpotter92 opened 4 years ago

hjpotter92 commented 4 years ago

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sqs.html#service-resource

The resource objects are lazily loaded. No need for an extra API call.

https://stackoverflow.com/a/48867829/1190388

hjpotter92 commented 4 years ago

@jegesh If you want, I can start working on this. It'd be useful for my organisation as well.