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 40b7733 commit 63a8a03Copy full SHA for 63a8a03
examples/template.yaml
@@ -557,3 +557,17 @@ Resources:
557
DurableConfig:
558
RetentionPeriodInDays: 7
559
ExecutionTimeout: 300
560
+ CallbackConcurrency:
561
+ Type: AWS::Serverless::Function
562
+ Properties:
563
+ CodeUri: build/
564
+ Handler: callback_concurrency.handler
565
+ Description: Demonstrates multiple concurrent createCallback operations using
566
+ context.parallel
567
+ Role:
568
+ Fn::GetAtt:
569
+ - DurableFunctionRole
570
+ - Arn
571
+ DurableConfig:
572
+ RetentionPeriodInDays: 7
573
+ ExecutionTimeout: 300
0 commit comments