Deployment tools
This commit is contained in:
parent
28391f5b18
commit
3a7a10b009
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
node_modules/*
|
||||
lambda.zip
|
||||
|
@ -4,7 +4,8 @@
|
||||
"description": "Trigger notif from matching WorkMail email",
|
||||
"main": "index.mjs",
|
||||
"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": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user