Daniel-t / node-red-contrib-aws

A collection of Node-RED nodes for AWS.
Apache License 2.0
57 stars 59 forks source link

aws sdk version stuck on 2.4 #55

Closed jomel closed 3 years ago

jomel commented 5 years ago

When I install this package through node-red the installed version of aws-sdk is 2.4.0 The latest version is 2.384!

I need to run at least version 2.7, which supports .fifo sqs queues.

You could change your package.json to be: "dependencies": { "aws-sdk": "^2" } or "dependencies": { "aws-sdk": "2.x.x" }

Daniel-t commented 5 years ago

OK, I'll update when I get a chance.

Updating the SDK requires a rebuild of all the nodes, so it will be a big change (not complex though) that I'll need to test a little.

Daniel-t commented 3 years ago

Just updated to AWS-SDK 2.829