We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f26578 commit 265b07eCopy full SHA for 265b07e
1 file changed
packages/aws-durable-execution-sdk-python-examples/template.yaml
@@ -978,6 +978,24 @@
978
}
979
980
},
981
+ "WithRetryCallback": {
982
+ "Type": "AWS::Serverless::Function",
983
+ "Properties": {
984
+ "CodeUri": "build/",
985
+ "Handler": "with_retry_callback.handler",
986
+ "Description": "Demonstrates with_retry wrapping a wait_for_callback operation with exponential backoff",
987
+ "Role": {
988
+ "Fn::GetAtt": [
989
+ "DurableFunctionRole",
990
+ "Arn"
991
+ ]
992
+ },
993
+ "DurableConfig": {
994
+ "RetentionPeriodInDays": 7,
995
+ "ExecutionTimeout": 300
996
+ }
997
998
999
"ExecutionWithPlugin": {
1000
"Type": "AWS::Serverless::Function",
1001
"Properties": {
0 commit comments