UNPKG

node-red-contrib-aws

Version:

A collection of Node-RED nodes for AWS. Includes nodes for DynamoDB, EC2, IoT, Kinesis, Lambda, SNS, SQS and S3.

70 lines (69 loc) 1.65 kB
{ "name": "node-red-contrib-aws", "version": "0.7.0", "description": "A collection of Node-RED nodes for AWS. Includes nodes for DynamoDB, EC2, IoT, Kinesis, Lambda, SNS, SQS and S3.", "dependencies": { "aws-sdk": "2", "proxy-agent": "3.0.0" }, "repository": { "type": "git", "url": "https://github.com/daniel-t/node-red-contrib-aws" }, "license": "Apache", "keywords": [ "node-red", "aws", "ec2", "kinesis", "lamdba", "s3", "sqs", "sns", "dynamodb", "iot", "es", "ecs", "polly", "rekognition", "firehose", "tagging", "rds", "redshift" ], "node-red": { "nodes": { "AWS EC2": "EC2.js", "AWS Kinesis": "Kinesis.js", "AWS Lambda": "Lambda.js", "AWS S3": "S3.js", "AWS DynamoDB": "DynamoDB.js", "AWS DynamoDB Converter": "DynamoDBConvert.js", "AWS SNS": "SNS.js", "AWS SQS": "SQS.js", "AWS RDS": "RDS.js", "AWS Firehose": "Firehose.js", "AWS Iot": "Iot.js", "AWS IotData": "IotData.js", "AWS KMS": "KMS.js", "AWS ES": "ES.js", "AWS Tagging": "ResourceGroupsTaggingAPI.js", "Rekognition": "Rekognition.js", "Polly": "Polly.js", "AWS ECS": "ECS.js", "AWS Redshift": "Redshift.js", "AWS Route53": "Route53.js", "amazon config": "config.js" } }, "author": { "name": "daniel-t", "email": "daniel@networklighthouse.com" }, "maintainers": [ { "name": "daniel-t", "email": "daniel@networklighthouse.com" } ] }