artilleryio / artillery

The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.
https://www.artillery.io
Mozilla Public License 2.0
7.89k stars 502 forks source link

Migrate to AWS SDK for JavaScript (v3) #1818

Open juanig1 opened 1 year ago

juanig1 commented 1 year ago

As per the cli warning:

(node:2264) NOTE: The AWS SDK for JavaScript (v2) will be put into maintenance mode in 2023.

Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy

Guide here

Version info:

latest

Running this command:

artillery --version

I expected to see this happen:

no warnings

Instead, this happened:

(node:2264) NOTE: The AWS SDK for JavaScript (v2) will be put into maintenance mode in 2023.
...
forrestwilkins commented 1 year ago

I'm also experiencing this issue. I followed the steps laid out in the migration guide but am still getting a warning.

juanig1 commented 1 year ago

Hey! What version are you using? Updating to any version after v2.0.0-31 should get rid of the warnings! commit

Lorondos commented 2 months ago

While this one is still open and ongoing around v2/v3 AWS SDK, what are the plans to update to v3 for Artillery?

It does seem we have quite some time being 8th of Sept 2024 or technically 8th of Sept 2025 until EOL.

.../node_modules/aws-sdk postinstall: ╔═════════════════════════════════════════════════╗ .../node_modules/aws-sdk postinstall: ║ The AWS SDK for JavaScript (v2) will reach ║ .../node_modules/aws-sdk postinstall: ║ -> maintenance mode on September 8, 2024. ║ .../node_modules/aws-sdk postinstall: ║ -> end-of-support on September 8, 2025. ║ .../node_modules/aws-sdk postinstall: ║ ║ .../node_modules/aws-sdk postinstall: ║ To continue receiving updates to AWS services, ║ .../node_modules/aws-sdk postinstall: ║ bug fixes, and security updates please upgrade ║ .../node_modules/aws-sdk postinstall: ║ to AWS SDK for JavaScript (v3). ║ .../node_modules/aws-sdk postinstall: ║ ║ .../node_modules/aws-sdk postinstall: ║ More info: https://a.co/cUPnyil ║ .../node_modules/aws-sdk postinstall: ╚═════════════════════════════════════════════════╝