Add lambda scrub functionality and remove vehicle lookup.

This commit is contained in:
Patrick Fic
2026-01-08 15:21:39 -08:00
parent 2a53f7b7d0
commit 1650a9b6f9
17 changed files with 3534 additions and 67 deletions

View File

@@ -9,5 +9,11 @@
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
"type": "commonjs",
"dependencies": {
"@aws-sdk/client-s3": "^3.965.0",
"@aws-sdk/s3-request-presigner": "^3.965.0",
"axios": "^1.13.2",
"form-data": "^4.0.1"
}
}