Testing Step Functions: how to skip time when testing Timeout and Wait states
When testing Step Functions, Step Functions Local won't help with dealing with time delays. To overcome this, you can rewrite the state machine definition in the test setup to reduce the wait time. This strategy allows you to skip time when testing wait states and timeout clauses...