forked from aws-samples/aws-lambda-fanout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"author": {
"email": "[email protected]",
"name": "Julien Lepine"
},
"bugs": {
"email": "[email protected]",
"url": "http://github.com/awslabs/aws-lambda-fanout/issues"
},
"dependencies": {
"aws-kinesis-agg": "2.2.2",
"async": "1.5.2"
},
"description": "An Amazon Kinesis Streams and Amazon DynamoDB Streams pipeline written for AWS Lambda",
"scripts" : {
"test": "mocha"
},
"devDependencies": {
"mocha": "2.4.5",
"aws-sdk": "2.2.19"
},
"files": [
"lib",
"fanout.js",
"cli/awscli.sh",
"cli/functions.sh",
"cli/help.sh",
"cli/targets.sh",
"fanout",
"LICENSE",
"README.md"
],
"homepage": "http://github.com/awslabs/aws-lambda-fanout",
"keywords": [
"amazon",
"kinesis",
"dynamodb",
"sqs",
"sns",
"elasticache",
"elasticsearch",
"iot",
"memcached",
"redis",
"firehose",
"lambda"
],
"license": "SEE LICENSE IN LICENSE.txt",
"main": "./fanout.js",
"name": "aws-lambda-fanout",
"repository": {
"type": "git",
"url": "http://github.com/awslabs/aws-lambda-fanout"
},
"version": "1.0.0"
}