Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@jeroenhe

Description

@jeroenhe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions