Closed jomel closed 3 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" }
"dependencies": { "aws-sdk": "^2" }
"dependencies": { "aws-sdk": "2.x.x" }
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.
Just updated to AWS-SDK 2.829
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" }