forked from aws-samples/aws-lambda-fanout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.72 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
57
58
59
60
61
62
63
64
65
66
67
{
"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",
"devDependencies": {
"mocha": "2.4.5",
"aws-sdk": "2.2.19"
},
"files": [
"lib/configuration.js",
"lib/post-elasticache-redis.js",
"lib/post-kinesis.js",
"lib/redis.js",
"lib/ddb-utils.js",
"lib/post-es.js",
"lib/post-lambda.js",
"lib/services.js",
"lib/memcached.js",
"lib/post-firehose.js",
"lib/post-sns.js",
"lib/statistics.js",
"lib/post-elasticache-memcached.js",
"lib/post-iot.js",
"lib/post-sqs.js",
"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"
}