Context canceled error on sfn.StartExecutionWithContext after lib update #5121
Labels
bug
This issue is a bug.
closed-for-staleness
p2
This is a standard priority issue
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
I am currently using the aws-sdk-go lib on 1.44.52 version and if i update it to the newest versions, 1.48 or 1.49 my app begins to launch a context canceled error when call the StartExecutionWithContext method on sfn package.
Expected Behavior
Successly calls the StartExecutionWithContext method
Current Behavior
launch a context canceled error when call the StartExecutionWithContext method on sfn package.
[msg:error starting step function execution][request_id:4e642eb3-d0f3-4e0f-9319-5a8b8bf23650][error:RequestCanceled: request context canceled\ncaused by: context canceled]
Reproduction Steps
Update the lib version from 1.44 to the newest versions.
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.49.4
Environment details (Version of Go (
go version
)? OS name and version, etc.)Go 1.21
The text was updated successfully, but these errors were encountered: