fix typo
This commit is contained in:
parent
ff7ada7973
commit
8158a41105
@ -4,7 +4,7 @@
|
||||
"description": "Trigger notif from matching WorkMail email",
|
||||
"main": "index.mjs",
|
||||
"scripts": {
|
||||
"deploy": "npm run package && aws lambda update-function-code --fuction-name Deliveries --region us-west-2 --zip-file fileb://./lambda.zip",
|
||||
"deploy": "npm run package && aws lambda update-function-code --function-name Deliveries --region us-west-2 --zip-file fileb://./lambda.zip",
|
||||
"package": "zip -r -9 lambda.zip ."
|
||||
},
|
||||
"repository": {
|
||||
|
Loading…
Reference in New Issue
Block a user