condition check lambda
This commit is contained in:
18
lambdas/conditionCheckReminder/package.json
Normal file
18
lambdas/conditionCheckReminder/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "condition-check-reminder-lambda",
|
||||
"version": "1.0.0",
|
||||
"description": "Lambda function for sending condition check reminder emails",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-scheduler": "^3.896.0",
|
||||
"@rentall/lambda-shared": "file:../shared"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dotenv": "^17.2.3",
|
||||
"jest": "^30.1.3"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"local": "node -r dotenv/config test-local.js dotenv_config_path=.env.dev"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user