go-kit / kit

A standard library for microservices.
https://gokit.io
MIT License
26.63k stars 2.43k forks source link

Feature request: AWS SQS transport #858

Open dhait opened 5 years ago

dhait commented 5 years ago

This is different from pubsub #295 because it is specific to message handling from AWS SQS, not a generic pubsub solution. I am envisioning something modeled very similarly to the AMQP transport. I was going to try to implement this; would there be interest from the team if we proposed it as a PR?

peterbourgon commented 5 years ago

Would be happy to review.

0marq commented 4 years ago

Hello,

I took the liberty of implementing the AWS SQS transport since this issue has not been update for almost a year and a half. I just submitted the PR to review (https://github.com/go-kit/kit/pull/1018), and linked it to this issue!

Looking forward to hearing from you !