-
Notifications
You must be signed in to change notification settings - Fork 580
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
Add mixin to help convert blobs to string #4265
Comments
related: #2123 |
work on this will include the issue described in #4786 PR #4836 address payload blobs automatic string conversion Some blobs are not payloads and should be addressed separately. For non-payload blobs, the solution should involve expanding the |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Describe the feature
#2252
There is a widely supported request for a convenient way to convert a lambda invocation response (blob) to string.
This can be done with some user code, but we can also apply an official mixin method to make it easier for users.
Use Case
lambda invocation response payload
Proposed Solution
apply a mixin similar to the one used for Streaming collectors in https://github.com/aws/aws-sdk-js-v3/tree/main#streams
Other Information
No response
Acknowledgements
SDK version used
3.222.0
Environment details (OS name and version, etc.)
all
The text was updated successfully, but these errors were encountered: