seratch / AWScala

Using AWS SDK on the Scala REPL
Other
736 stars 227 forks source link

SQS 1000 queues limit bug #207

Open ltassone opened 5 years ago

ltassone commented 5 years ago

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 5 years ago

I have created a pull requested to fix this issue.

seratch commented 3 years ago

@ltassoneVisua which one? https://github.com/seratch/AWScala/pulls?q=is%3Apr+author%3AltassoneVisua+