need an async/non-blocking python sns publish() call #4045
Labels
feature-request
This issue requests a feature.
needs-major-version
Can only be considered for the next major release
Describe the feature
the python implementation of publish() is taking too long (typically 70ms latency first call then plateaus around 20ms). I don't need to wait around for a success/failure response. I want to send and forget.
Use Case
No matter how much concurrency I introduce into my python script (asyncio, threadpooling, etc) the sns.publish() is still taking too long. i want to send and forget.
Proposed Solution
can we get an equivalent of amazonSNSAsync.publishAsync() for python?
Other Information
No response
Acknowledgements
SDK version used
2.85
Environment details (OS name and version, etc.)
linux
The text was updated successfully, but these errors were encountered: