Reputation: 229
I'm trying to use asynchronous SQS as explained here: http://aws.amazon.com/blogs/aws/amazon-sqs-long-polling-batching/ but not sure if current Ruby aws SDK supports it and much less how to do it with? Any thoughts?
Upvotes: 2
Views: 488
Reputation: 6357
Have a look at Shoryuken, it's a ruby client on top of the AWS SDK.
Upvotes: 1