gigonzalezs / node-red-contrib-aws-sqs

A pair of Node-RED nodes to send messages to and receive messages from an aws SQS queue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-red-contrib-aws-sqs

A pair of Node-RED nodes to send messages to and receive messages from an aws SQS queue.

Messages can be either javascript objects or strings. Objects are encoded as JSON before being sent. On reception of a message, the input node checks for JSON encoding and, if so, decodes the JSON string into a javascript object before forwarding.

configuration:

credentials: Should be available in a credentials file - ~/.aws/credentials on Mac/Linux or C:\Users\USERNAME.aws\credentials on Windows

         You can use environment vars too.

settings.js: contains the following

awsRegion: optional region setting default value 'eu-west-1'

Author

Kieran Dolan (@kierandol)

Contributor

Gilbert Gonzalez (@gigonzalezs)

Issues

https://github.com/gigonzalezs/node-red-contrib-aws-sqs.git

Copyright and license

Copyright 2014, 2021 IBM Corp. under the Apache 2.0 license.

About

A pair of Node-RED nodes to send messages to and receive messages from an aws SQS queue.


Languages

Language:JavaScript 59.2%Language:HTML 40.8%