Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for 'The AWS SDK for JavaScript (v2) is in maintenance mode' #320

Open
5 tasks
jeroenhe opened this issue Oct 27, 2024 · 0 comments
Open
5 tasks

Fix for 'The AWS SDK for JavaScript (v2) is in maintenance mode' #320

jeroenhe opened this issue Oct 27, 2024 · 0 comments

Comments

@jeroenhe
Copy link

Which node are you reporting an issue on?

node-red-node-aws

What are the steps to reproduce?

Run Node-RED server, with node-red-node-aws version 0.4.0 installed.

What happens?

At Node-RED startup, a warning appears in the (docker) logs for the nodered server container:

27 Oct 06:53:39 - [info] Started flows
(node:8) 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

What do you expect to happen?

This warning would not appear, as v3 of the AWS SDK is used instead of the older v2 one.

Please tell us about your environment:

  • Node-RED version: 4.0.5
  • node.js version: v22.9.0
  • npm version: 10.8.3
  • Platform/OS: docker image nodered/node-red:4.0.5-22
  • Browser: Latest chrome on Mac OS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant