|
I would like to handle specific errors from a Lambda handler with a Retry field in a StepFunctions state machine. To capture errors, I have to specify exact names ( As far as I read the code, Is there any more reliable way to specify |
Replies: 2 comments 5 replies
|
We could introduce some kind of error casting. We could check for it, using |
|
@kikuomax In your example how do you define And did you use |
We could introduce some kind of error casting. We could check for it, using
type_name_of_valas a fallback. That's just an idea, but if you have any other idea, or want to try to implement it, feel free to open a PR.