Expected Behavior
Use CloudFormation or SAM stacks to deploy examples so that the number of create/delete API calls can reduced.
Actual Behavior
Using custom script to delete and create, which increases the number of API calls and thus the deployment time.
The custom script is unstable and has caused many test failures, e.g.
https://github.com/aws/aws-durable-execution-sdk-python/actions/runs/25462347011/job/74707463274?pr=371
Steps to Reproduce
N/A
SDK Version
N/A
Python Version
3.14
Is this a regression?
No
Last Working Version
No response
Additional Context
No response
Expected Behavior
Use CloudFormation or SAM stacks to deploy examples so that the number of create/delete API calls can reduced.
Actual Behavior
Using custom script to delete and create, which increases the number of API calls and thus the deployment time.
The custom script is unstable and has caused many test failures, e.g.
https://github.com/aws/aws-durable-execution-sdk-python/actions/runs/25462347011/job/74707463274?pr=371
Steps to Reproduce
N/A
SDK Version
N/A
Python Version
3.14
Is this a regression?
No
Last Working Version
No response
Additional Context
No response