-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python Version #20
Comments
Hi there! A python version of this library is on the backlog, but there's no ETA as of yet. |
@robin-aws thank you Robin. |
@robin-aws Same for Ruby as well? Thank you |
@nirangad Yes, roughly the same status. Anecdotally I've heard more requests for Python though. I'd encourage you to cut a separate issue for Ruby so we can tally +1's independently. |
@robin-aws Thanks a lot for the reply. I will create a separate issue :) |
Any update on Python support? |
We just implemented a data pipeline that depends on SQS receiving a success/failure SQS message, but we need for multiple clients to be able get the messages intended for them. We planned on using virtual queues after reading the docs, and then found no Python support. So please add us to the list of requests for Python. Also, I would suggest adding "only supported in Java" to the AWS documentation pages until support for other languages is implemented. |
We would really like to use a python implementation too. |
I've developed a Python SQS Client that also supports Two-way Messaging (request/response): |
Any update on python support? |
1 similar comment
Any update on python support? |
+1 |
3 similar comments
+1 |
+1 |
👍🏿 |
+1 python |
I did not find any Python implementation of the
AmazonSQSTemporaryQueuesClient
. Can you help?Thank you.
The text was updated successfully, but these errors were encountered: