-
Notifications
You must be signed in to change notification settings - Fork 156
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
Support for AWS SDK for JavaScript v3 #294
Comments
Hi @Anvar, Otherwise, contribute away! |
Great, thank you, I will have a look! |
Update: The general availability of the AWS SDK for JavaScript, version 3 (v3) was announced on December 15th, 2020. |
Reviewing pull request in flight. |
Hey all, I noticed #386 got merged, but it seems I still get the |
Released in 3.3.0! |
Reopening because we had to temporarily rollback AWS SDK V3 support in patch release v3.3.1 to address #411. We are actively working on another patch that will add back AWS SDK v3 support in 3.3.2. |
Any updates on this being re-implemented? |
We are actively addressing this to re-release. Stay tuned! |
I've tested some of my code with 3.3.3... works now as expected 🎉 Thank you! |
As @jwoehrle said, AWS SDK v3 support is here to stay as of v3.3.3. Closing this out. |
I'm running |
Is there a branch parked somewhere with support for the new JavaScript AWS SDK? The new SDK uses middleware to intercept and transform requests/responses, which is a bit different to how the xray-sdk hooks into the 2.x version. If not, happy to get started and send a PR, just thought I would check beforehand.
Thanks!
The text was updated successfully, but these errors were encountered: