Skip to content

Commit

Permalink
upload job file to S3 if PARALLELIZER_S3_BUCKET
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed May 21, 2024
1 parent f96d09c commit 2587509
Show file tree
Hide file tree
Showing 6 changed files with 1,149 additions and 13 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"dependencies": {
"@(-.-)/env": "^0.3.2",
"@aws-sdk/client-dynamodb": "^3.525.0",
"@aws-sdk/client-s3": "^3.577.0",
"@aws-sdk/client-sqs": "^3.425.0",
"execa": "^8.0.1",
"lodash-es": "^4.17.21",
Expand All @@ -28,5 +29,8 @@
},
"packageManager": "pnpm@9.1.1+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b",
"bin": "./dist/main.js",
"files": ["src", "dist"]
"files": [
"src",
"dist"
]
}
Loading

0 comments on commit 2587509

Please sign in to comment.