We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c70049 commit 3d07266Copy full SHA for 3d07266
1 file changed
packages/aws-durable-execution-sdk-python-examples/template.yaml
@@ -1002,6 +1002,12 @@
1002
"CodeUri": "build/",
1003
"Handler": "execution_with_otel.handler",
1004
"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",
1011
"Role": {
1012
"Fn::GetAtt": [
1013
"DurableFunctionRole",
0 commit comments