forked from awslabs/aws-lambda-redshift-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.65 KB
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
{
"name": "aws-lambda-redshift-loader",
"description": "An Amazon Redshift Database Loader written for AWS Lambda",
"version": "2.7.1",
"homepage": "http://github.com/awslabs/aws-lambda-redshift-loader",
"bugs": {
"url": "http://github.com/awslabs/aws-lambda-redshift-loader/issues",
"email": "meyersi@amazon.com"
},
"dependencies": {
"async": "2.6.2",
"aws-sdk": "2.467.0",
"aws-xray-sdk": "^2.4.0",
"credstash": "^1.0.44",
"https-proxy-agent": "2.2.1",
"minimist": "1.2.0",
"pg": "7.11.0",
"pg-ka-fix": "1.0.0-rm-fix",
"pgpass": "1.0.2",
"regex": "^0.1.1",
"uuid": "3.3.2"
},
"keywords": [
"amazon",
"redshift",
"lambda"
],
"author": {
"name": "Ian Meyers",
"email": "meyersi@amazon.com"
},
"lib": "./lib",
"main": "./index.js",
"license": "SEE LICENSE IN LICENSE.txt",
"files": [
"addAdditionalClusterEndpoint.js",
"common.js",
"constants.js",
"createS3TriggerFile.js",
"describeBatch.js",
"encryptValue.js",
"generate-trigger-file.py",
"index.js",
"kmsCrypto.js",
"LICENSE.txt",
"NOTICE.txt",
"processedFiles.js",
"queryBatches.js",
"README.md",
"reprocessBatch.js",
"setup.js",
"unlockBatch.js",
"upgrades.js",
"build.sh"
],
"repository": {
"type": "git",
"url": "http://github.com/awslabs/aws-lambda-redshift-loader"
},
"devDependencies": {
"serverless-plugin-tracing": "^2.0.0"
}
}