-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
18 lines (18 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "docsService",
"version": "0.1.0",
"description": "Lambda for the NYPL Docs Service",
"main": "index.js",
"scripts": {
"deploy-development": "./node_modules/.bin/node-lambda deploy -e development --profile nypl-sandbox --role arn:aws:iam::224280085904:role/lambda_basic_execution -f config/var_development.env -S config/event_sources_development.json --layers arn:aws:lambda:us-east-1:224280085904:layer:lib-for-node10-wrapped-php7:1",
"deploy-qa": "./node_modules/.bin/node-lambda deploy -e qa --profile nypl-digital-dev --role arn:aws:iam::946183545209:role/lambda-full-access -f config/var_qa.env -S config/event_sources_qa.json --layers arn:aws:lambda:us-east-1:946183545209:layer:lib-for-node10-wrapped-php7:1",
"deploy-production": "./node_modules/.bin/node-lambda deploy -e production --profile nypl-digital-dev --role arn:aws:iam::946183545209:role/lambda-full-access -f config/var_production.env -S config/event_sources_production.json --layers arn:aws:lambda:us-east-1:946183545209:layer:lib-for-node10-wrapped-php7:1",
"test-docs-request": "./node_modules/.bin/node-lambda run -j tests/events/docs-request.json -x tests/events/context.json"
},
"repository": {},
"keywords": [],
"dependencies": {},
"devDependencies": {
"node-lambda": "^1.0.0"
}
}