How to handle on failure call back in AWS Step Function
I have a step function workflow that needs to trigger the following sequence: Lambda1 → AnotherStep → Lambda2. If everything goes well, I want to update the status in the database at the end. If any failure occurs, I need to update the status in the database to ‘error,’ including the payload
How to merge StepFunction ResultSelector with ResultPath?
In AWS, I have a Step Function Workflow:
DNS Resolution Issue between Step Function and OpenSearch Domain in VPC Environment
I’m seeking assistance with troubleshooting an issue in my workflow. I have a step function that involves multiple steps to establish internal roles for an OpenSearch cluster and subsequently map them to IAM roles. This process includes calling a third-party API endpoint.