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 687cb77 commit d212912Copy full SHA for d212912
examples/template.yaml
@@ -418,3 +418,16 @@ Resources:
418
DurableConfig:
419
RetentionPeriodInDays: 7
420
ExecutionTimeout: 300
421
+ NoneResults:
422
+ Type: AWS::Serverless::Function
423
+ Properties:
424
+ CodeUri: build/
425
+ Handler: none_results.handler
426
+ Description: Test handling of step operations with undefined result after replay.
427
+ Role:
428
+ Fn::GetAtt:
429
+ - DurableFunctionRole
430
+ - Arn
431
+ DurableConfig:
432
+ RetentionPeriodInDays: 7
433
+ ExecutionTimeout: 300
0 commit comments