Add aws key management

This commit is contained in:
2024-10-04 19:18:08 -04:00
parent 37b6a03204
commit 92c8ecb5d7
3 changed files with 1287 additions and 4 deletions
+2 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"deploy": "npm run lint && 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 .",
"lint": "npx eslint index.mjs --fix"
"lint": "npx eslint index.mjs --fix"
},
"repository": {
"type": "git",
@@ -15,6 +15,7 @@
"author": "Elizabeth Cray",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.665.0",
"@stylistic/eslint-plugin": "^2.8.0",
"ssh2": "^1.16.0"
},