Skip to content

Commit 36766ee

Browse files
committed
chore: update SAM template
1 parent 42de1ec commit 36766ee

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

examples/template.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,19 @@ Resources:
440440
DurableConfig:
441441
RetentionPeriodInDays: 7
442442
ExecutionTimeout: 300
443+
MapCompletion:
444+
Type: AWS::Serverless::Function
445+
Properties:
446+
CodeUri: build/
447+
Handler: map_completion.handler
448+
Description: Reproduces issue where map with minSuccessful loses failure count
449+
Role:
450+
Fn::GetAtt:
451+
- DurableFunctionRole
452+
- Arn
453+
DurableConfig:
454+
RetentionPeriodInDays: 7
455+
ExecutionTimeout: 300
443456
ParallelWithMaxConcurrency:
444457
Type: AWS::Serverless::Function
445458
Properties:

0 commit comments

Comments
 (0)