distributed-load-testing-on-aws icon indicating copy to clipboard operation
distributed-load-testing-on-aws copied to clipboard

Migrate AWS SDK for JavaScript v2 APIs to v3

Open trivikr opened this issue 1 year ago • 2 comments
trafficstars

Is your feature request related to a problem? Please describe.

AWS SDK for JavaScript v2 will enter maintenance mode on September 8, 2024 and reach end-of-support on September 8, 2025. For more information, check blog post at https://a.co/cUPnyil

The distributed-load-testing-on-aws makes calls using AWS SDK for JavaScript v2 at many places https://github.com/search?q=repo%3Aaws-solutions%2Fdistributed-load-testing-on-aws+%22aws-sdk%22+path%3A*.js&type=code

Describe the feature you'd like

Migrate AWS SDK for JavaScript v2 APIs to v3.

trivikr avatar May 30 '24 02:05 trivikr

@trivikr Thank you very much for reporting this. We are aware of this and it is in our plan to make the migration soon.

We also accept Github Pull Requests and if you are willing to collaborate with us and create a PR that migrate the aws-sdk-v2 to v3 for this tool before our next release, we will name you as collaborator in our next release.

kamyarz-aws avatar May 30 '24 02:05 kamyarz-aws

@kamyarz-aws I posted an example PR in console at https://github.com/aws-solutions/distributed-load-testing-on-aws/pull/192

Once it's reviewed, approved and merged, I'll attempt posting PRs in other packages.

trivikr avatar May 30 '24 03:05 trivikr

Solution v3.4.0 has been updated to use AWS Javascript v3 SDK.

gockle avatar Jul 31 '25 15:07 gockle