terriajs-server icon indicating copy to clipboard operation
terriajs-server copied to clipboard

aws-sdk 2.x reaches end of support September 8 2025

Open pjonsson opened this issue 11 months ago • 1 comments

According to the page on npmjs.com, there is a aws-sdk v3 that should be used instead.

Migration information: https://aws.amazon.com/blogs/developer/why-and-how-you-should-use-aws-sdk-for-javascript-v3-on-node-js-18/ Codemods for v2-to-v3 migration: https://www.npmjs.com/package/aws-sdk-js-codemod

pjonsson avatar Dec 28 '24 20:12 pjonsson

With TerriaMap 0.2.4, the logs now contain a reminder of this as well:

(node:1) NOTE: The AWS SDK for JavaScript (v2) is in maintenance mode.
 SDK releases are limited to address critical bug fixes and security issues only.
Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the blog post at https://a.co/cUPnyil

pjonsson avatar Jan 24 '25 13:01 pjonsson