Skip to content

Commit 05abf74

Browse files
authored
Merge pull request #2949 from rssasidharan2/sasidhrn-lambda-durable-parallel-processing-nodejs
Add Lambda Durable Functions parallel processing pattern This pattern…
2 parents 6a690f0 + c1df2c9 commit 05abf74

12 files changed

Lines changed: 1684 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# SAM
2+
.aws-sam/
3+
samconfig.toml
4+
5+
# Node
6+
node_modules/
7+
package-lock.json
8+
npm-debug.log*
9+
yarn-debug.log*
10+
yarn-error.log*
11+
12+
# IDE
13+
.vscode/
14+
.idea/
15+
*.swp
16+
*.swo
17+
*~
18+
19+
# OS
20+
.DS_Store
21+
Thumbs.db
22+
23+
# Test outputs
24+
response*.json
25+
test-*.json
26+
27+
# Logs
28+
*.log

0 commit comments

Comments
 (0)