Open loretoparisi opened 5 years ago
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?
Any update on python support?
+1
+1
+1
👍🏿
+1 python
I did not find any Python implementation of the
AmazonSQSTemporaryQueuesClient
. Can you help? Thank you.