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

A series of patches we use in production #27

Closed posix4e closed 5 years ago

posix4e commented 5 years ago

We needed this for testing purposes

jegesh commented 5 years ago

@posix4e @e271828- I still don't fully understand why this should be added to the main repo. Is this a very common pattern that the library should support, or is it a specialized use case that should remain in the forked repo?

P.S. I apologize for the long delay in getting back to this

e271828- commented 5 years ago

@jegesh it's common enough to be worth merging, since it's a common testing pattern for serverless apps.

jegesh commented 5 years ago

@posix4e Merged and bumped pip version. Thanks for the contribution