Commit 7926070
committed
feat(sdk): configure Lambda client timeouts
Add connection and socket timeout configurations to LambdaClient to improve reliability:
- connectionTimeout: 5000ms (5 seconds)
- socketTimeout: 50000ms (50 seconds)
This helps prevent hanging requests and provides better error handling for Lambda API calls.1 parent efa419a commit 7926070
File tree
1 file changed
+6
-1
lines changed- packages/aws-durable-execution-sdk-js/src/storage
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
0 commit comments