You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: