Add aws key management
This commit is contained in:
+2
-1
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user