Closed dreamorosi closed 5 months ago
Sorry, I saw no assignees for this issue and just went ahead with the PR. @dreamorosi
Hi @arnabrahman, nice to see you again! It's all good, thank you for taking this issue and submitting a PR!
Tomorrow morning I'll review it and get it merged 😊
⚠️ COMMENT VISIBILITY WARNING ⚠️
This issue is now closed. Please be mindful that future comments are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Summary
In March 2024, AWS announced that AWS SDK for JavaScript v2 will reach end-of-support in September 8, 2025. Additionally, the SDK has added warning logs to communicate the deprecation and encourage a migration to the newer AWS SDK for JavaScript v3.
In response to this announcement we should mark the Tracer methods used to instrument clients for this version, so that
Why is this needed?
So that Powertools customers relying on this feature have ample time to migrate from the method to and use the alternative
captureAWSv3Client
.Which area does this relate to?
Tracer
Solution
Add a
@deprecated
notice on the methods found .For example:
Additionally, we should also do the same and mark the ones here and here, like this:
Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.