Expected Behavior
create_wait_strategy currently fails at runtime with
AttributeError: 'WaitDecision' object has no attribute 'should_continue'
Python: https://github.com/aws/aws-durable-execution-sdk-python/blob/main/packages/aws-durable-execution-sdk-python/src/aws_durable_execution_sdk_python/waits.py#L81
WaitDecision WaitStrategyConfig are dead code should be removed
WaitForConditionConfig= parameters for theoperation(wait_strategy,initial_state,serdes).
WaitStrategyConfig= parameters for the exponential-backoff strategy
Actual Behavior
See above
Steps to Reproduce
SDK Version
1
Python Version
3.14
Is this a regression?
No
Last Working Version
No response
Additional Context
No response
Expected Behavior
create_wait_strategy currently fails at runtime with
Python: https://github.com/aws/aws-durable-execution-sdk-python/blob/main/packages/aws-durable-execution-sdk-python/src/aws_durable_execution_sdk_python/waits.py#L81
WaitDecision WaitStrategyConfig are dead code should be removed
WaitForConditionConfig= parameters for theoperation(wait_strategy,initial_state,serdes).
WaitStrategyConfig= parameters for the exponential-backoff strategy
Actual Behavior
See above
Steps to Reproduce
SDK Version
1
Python Version
3.14
Is this a regression?
No
Last Working Version
No response
Additional Context
No response