Skip to content

Commit 5ae39c6

Browse files
committed
chore: update SAM template
1 parent f012b60 commit 5ae39c6

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
@@ -182,6 +182,20 @@ Resources:
182182
DurableConfig:
183183
RetentionPeriodInDays: 7
184184
ExecutionTimeout: 300
185+
MapWithLargeScale:
186+
Type: AWS::Serverless::Function
187+
Properties:
188+
CodeUri: build/
189+
Handler: map_with_large_scale.handler
190+
Description: Processing collections using map-like durable operations in large
191+
scale
192+
Role:
193+
Fn::GetAtt:
194+
- DurableFunctionRole
195+
- Arn
196+
DurableConfig:
197+
RetentionPeriodInDays: 7
198+
ExecutionTimeout: 300
185199
BlockExample:
186200
Type: AWS::Serverless::Function
187201
Properties:

0 commit comments

Comments
 (0)