We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265b07e commit dc543c4Copy full SHA for dc543c4
1 file changed
packages/aws-durable-execution-sdk-python-examples/template.yaml
@@ -1020,12 +1020,6 @@
1020
"CodeUri": "build/",
1021
"Handler": "execution_with_otel.handler",
1022
"Description": "Test Otel plugin",
1023
- "WithRetryCallback": {
1024
- "Type": "AWS::Serverless::Function",
1025
- "Properties": {
1026
- "CodeUri": "build/",
1027
- "Handler": "with_retry_callback.handler",
1028
- "Description": "Demonstrates with_retry wrapping a wait_for_callback operation with exponential backoff",
1029
"Role": {
1030
"Fn::GetAtt": [
1031
"DurableFunctionRole",
0 commit comments