forked from SumoLogic/sumologic-aws-lambda
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 744 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "loggroup-lambda-connector",
"version": "1.0.0",
"description": "Lambda Function for automatic subscription of any Sumo Logic lambda function with loggroups matching an input pattern.",
"main": "loggroup-lambda-connector.js",
"dependencies": {
"aws-sdk": "^2.160.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo `pwd` && rm -f test/loggroup-lambda-connector.zip && cd src/ && zip -r ../test/loggroup-lambda-connector.zip ./* ../package.json",
"prod_deploy": "python -c 'from test.test_loggroup_lambda_connector import prod_deploy;prod_deploy()'"
},
"keywords": [
"AWS"
],
"author": "Himanshu Pal",
"license": "Apache-2.0"
}