We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42de1ec commit 36766eeCopy full SHA for 36766ee
examples/template.yaml
@@ -440,6 +440,19 @@ Resources:
440
DurableConfig:
441
RetentionPeriodInDays: 7
442
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
456
ParallelWithMaxConcurrency:
457
Type: AWS::Serverless::Function
458
Properties:
0 commit comments