condition check lambda

This commit is contained in:
jackiettran
2026-01-13 17:14:19 -05:00
parent 2ee5571b5b
commit f5fdcbfb82
30 changed files with 14293 additions and 461 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "@rentall/lambda-shared",
"version": "1.0.0",
"description": "Shared utilities for Rentall Lambda functions",
"main": "index.js",
"dependencies": {
"@aws-sdk/client-ses": "^3.896.0",
"@aws-sdk/client-scheduler": "^3.896.0",
"pg": "^8.16.3"
},
"devDependencies": {
"jest": "^30.1.3"
},
"scripts": {
"test": "jest"
}
}