Testing Step Functions: how to skip time when testing Timeout and Wait states
When I previously wrote about testing Step Functions, I gave you a general strategy that consists of: Component tests that target the Lambda functions (specifically, the custom code you wrote in those functions). End-to-end tests that execute the state machine in the cloud. Local tests using Step Functions Local where you can use mocks to …
Testing Step Functions: how to skip time when testing Timeout and Wait states Read More »