Deployment tools

This commit is contained in:
Elizabeth Cray 2024-10-04 18:44:51 -04:00
parent 28391f5b18
commit 3a7a10b009
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
node_modules/*
lambda.zip

View File

@ -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",