python-sqs-listener icon indicating copy to clipboard operation
python-sqs-listener copied to clipboard

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

Open hjpotter92 opened this issue 4 years ago • 1 comments

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 avatar Jul 03 '20 09:07 hjpotter92

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

hjpotter92 avatar Jul 05 '20 11:07 hjpotter92