aws / aws-sdk-js

AWS SDK for JavaScript in the browser and Node.js (In Maintenance Mode, End-of-Life on 09/08/2025). The AWS SDK for JavaScript v3 in the browser and Node.js is available here: https://github.com/aws/aws-sdk-js-v3
https://aws.amazon.com/developer/language/javascript/
Apache License 2.0
7.6k stars 1.55k forks source link

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

Closed trivikr closed 8 months ago

trivikr commented 8 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