AWS Step functions syncExecution native integration?

0

I'm not sure if this is the right place to make feature requests, but it would be amazing to have optimized integration when invoking a state machine synchronously from an express state machine. The main reason is that when a state machine is invoked using Step Functions: StartSyncExecution, errors are not treated as an exception, but are just reported back as results of the task, making it very hard to implement a catch/retry policy. The second reason is that the SDK responds with an encoded JSON and, to use the object, I need to decode the JSON. If I do it in the ResultSelector, and an error is present in the response, the state machine fails with an uncatchable States.Runtime error.

asked a year ago220 views
1 Answer
0
Accepted Answer

Hello,

The best place to submit ad hoc features is on the service page itself inside the console. To submit feedback about an AWS console or specific AWS service, do the following:

Choose Send Feedback from the drop down on the console in the icon ? , and enter your detailed feedback selecting the Type as Feature request.

So, for your request, just access the page for Step Function service. Then you be routed and handled by the teams concerned.

profile pictureAWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions