Tute
Tute

Reputation: 229

Asynchronous SQS with Ruby aws-sdk

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

Answers (1)

Pablo Cantero
Pablo Cantero

Reputation: 6357

Have a look at Shoryuken, it's a ruby client on top of the AWS SDK.

Upvotes: 1

Related Questions