SQS 1000 queues limit bug
ltassone opened this issue · 2 comments
ltassone commented
The function to search a queue by name is built on top of listQueues()
(documentation) that returns only the first 1000 queue in alphabetical order.
If you have more than 1000 queues, it won't find the queue.
ltassoneVisua commented
I have created a pull requested to fix this issue.