Relative Content

Tag Archive for amazon-web-servicesaws-step-functions

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