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 22ff475 commit 6585ea4Copy full SHA for 6585ea4
examples/template.yaml
@@ -182,6 +182,20 @@ Resources:
182
DurableConfig:
183
RetentionPeriodInDays: 7
184
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
199
BlockExample:
200
Type: AWS::Serverless::Function
201
Properties:
0 commit comments