Skip to content

Commit 3d07266

Browse files
actions-userAlex Wang
authored andcommitted
chore: update SAM template
1 parent 5c70049 commit 3d07266

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/aws-durable-execution-sdk-python-examples/template.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,12 @@
10021002
"CodeUri": "build/",
10031003
"Handler": "execution_with_otel.handler",
10041004
"Description": "Test Otel plugin",
1005+
"WithRetryCallback": {
1006+
"Type": "AWS::Serverless::Function",
1007+
"Properties": {
1008+
"CodeUri": "build/",
1009+
"Handler": "with_retry_callback.handler",
1010+
"Description": "Demonstrates with_retry wrapping a wait_for_callback operation with exponential backoff",
10051011
"Role": {
10061012
"Fn::GetAtt": [
10071013
"DurableFunctionRole",

0 commit comments

Comments
 (0)