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

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

Open hjpotter92 opened 4 years ago

hjpotter92 commented 4 years ago

References #39.

Also adds syntax highlight for readme.

jegesh commented 3 years ago

Hi! Thanks for dedicated time and energy to improving this project!

Two short questions - 1. what is the tangible advantage to using resource over client in this case?

  1. Have you tested the new code, and how?
jegesh commented 3 years ago

And sorry for the loooooong delay!