node-red-contrib-aws
node-red-contrib-aws copied to clipboard
A collection of Node-RED nodes for AWS.
Implement autogeneration for all AWS API. I would like to have access to most of the API provided by AWS SDK via autogeneration of code. I have a working solution...
When running a node red instance inside ECS, it would be handy to use the ECS task credentials rather than setting up a credentials node. https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-credentials-node.html
I am successfully processing images using your plugin, and appreciate it! I am running into an issue where the response coming back from Rekognition does not include the Label->Instances Array....
Kinesis node seems to not handle the data passed by other nodes or set values. It only supports static text in the form field.
Much appreciate this pack of nodes. I am interfacing to AWS dynamoDB and have some nodes, i.e the scan node working well. I am however battling to get the get...
Currently seems the SNS Publish operation cannot work as it requires the Target Topic ARN as a minimum in addition to the message to publish.
Created Security Token Service node from build script. AssumeRole operation has been tested 100+ times. Other operations are untested, but should be fine.
Hi, We've detected that your node has a dependency on an old version of `agent-base (
I am creating a web service that utilizes the AWS nodes, but if there is an error at the AWS node, it drops the msg.req / msg.res objects, making it...