aws / aws-sdk-js

AWS SDK for JavaScript in the browser and Node.js
https://aws.amazon.com/developer/language/javascript/
Apache License 2.0
7.59k stars 1.55k forks source link

Update maintenance mode message to share upcoming end-of-life #4603

Closed trivikr closed 6 months ago

trivikr commented 6 months ago

Similar to https://github.com/aws/aws-sdk-js/pull/4599

Testing

$ ./scripts/console 
aws-sdk> Missing repl.history package, history will not be supported.
  Type `npm install repl.history` to enable history.
(node:89393) NOTE: The AWS SDK for JavaScript (v2) will enter maintenance mode
on September 8, 2024 and reach end-of-support on September 8, 2025.

Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check blog post at https://a.co/cUPnyil
(Use `node --trace-warnings ...` to show where the warning was created)
Checklist