node-red-contrib-dynamodb 0.0.5

A Node-RED node for integration with Amazon Dynamo DB

npm install node-red-contrib-dynamodb

RedConnect Approved

An set of nodes that wrap the DynamoDB functions in the AWS-SDK.

Installation

npm i node-red-contrib-dynamodb --save

Quick Start

You will need a user setup in IAM that has the following user policy/permissions:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "AccessDynamoDBStreamOnly",
            "Effect": "Allow",
            "Action": [
                "dynamodb:DescribeStream",
                "dynamodb:GetRecords",
                "dynamodb:GetShardIterator",
                "dynamodb:ListStreams"
            ],
            "Resource": "arn:aws:dynamodb:eu-west-1:952427577739:table/example/stream/*"
        }
    ]
}

You will then need to provide the AccessKey, SecretAccessKey and Region in the configuration node to connect.

Implemented Nodes

  • Stream Node

Node Info

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

Actions

Rate:

Downloads

9 in the last week

Nodes

  • dynamodb-stream
  • dynamodb-config

Keywords

  • node-red
  • redconnect
  • dynamodb
  • amazon

Maintainers

Contributors

  • Stephen Keep