Amazon web services – How to resume a step function with aws batch
I have a step function which has 2 states, lets suppose state1 and state2, state1 triggers a lambda and returns a wait state to state1, step function waits. Lambda triggers aws batch, on completion of aws batch, it should resume…