Deployment tools
This commit is contained in:
parent
28391f5b18
commit
3a7a10b009
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
node_modules/*
|
node_modules/*
|
||||||
|
lambda.zip
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
"description": "Trigger notif from matching WorkMail email",
|
"description": "Trigger notif from matching WorkMail email",
|
||||||
"main": "index.mjs",
|
"main": "index.mjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"deploy": "aws lambda update-function-code --fuction-name Deliveries --region us-west-2 --zip-file fileb://./lambda.zip",
|
||||||
|
"package": "zip -r -9 lambda.zip ."
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user