payout retry lambda

This commit is contained in:
jackiettran
2026-01-14 18:05:41 -05:00
parent da82872297
commit 7f2f45b1c2
13 changed files with 1439 additions and 9 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "payout-retry-processor",
"version": "1.0.0",
"description": "Lambda function to retry failed payouts via Stripe Connect",
"main": "index.js",
"dependencies": {
"@rentall/lambda-shared": "file:../shared"
},
"devDependencies": {
"dotenv": "^16.4.5"
},
"scripts": {
"test": "jest",
"local": "node -r dotenv/config test-local.js dotenv_config_path=.env.dev"
}
}