Skip to content

Commit 63a8a03

Browse files
committed
chore: update SAM template
1 parent 40b7733 commit 63a8a03

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

examples/template.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,3 +557,17 @@ Resources:
557557
DurableConfig:
558558
RetentionPeriodInDays: 7
559559
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

Comments
 (0)