node-red-contrib-aws-sqs 0.0.3

node-red nodes to send and receive using Amazon SQS

npm install 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

settings.js: contains the following

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

Author

Kieran Dolan (@kierandol)

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

Node Info

Version: 0.0.3
Updated 8 years, 3 months ago
License: Apache-2.0
Rating: not yet rated

Actions

Rate:

Downloads

1 in the last week

Nodes

  • sqs out
  • sqs in

Keywords

  • node-red
  • AWS
  • SQS

Maintainers