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

SQS bug: queue creation now fails for non-fifo queues when FifoQueue prop is within request, even if set false. #10

Closed e271828- closed 6 years ago

e271828- commented 6 years ago

@jegesh I've merged this fix and bumped version in setup.py, please release a new package to PyPI.

jegesh commented 6 years ago

@e271828- For future reference: I try to stick with the versioning convention of [major].[minor].[bugfixes]; I consider this pull request a bugfix, therefore I'm downgrading t0 0.7.1 before I update the pip package.

e271828- commented 6 years ago

@jegesh Sure, will do.