aws-solutions / distributed-load-testing-on-aws

Distributed Load Testing on AWS
https://aws.amazon.com/solutions/implementations/distributed-load-testing-on-aws/
Other
336 stars 121 forks source link

Migrate AWS SDK for JavaScript v2 APIs to v3 #191

Open trivikr opened 4 months ago

trivikr commented 4 months ago

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.

kamyarz-aws commented 4 months ago

@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.

trivikr commented 4 months ago

@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.