I want to load test a StepFunction (aws) with load testing tools like Gatling or Artillery...
The problem is when I want to load test this stepfunction I make a request to StartExecution to execute the stepfunction but the stepfunction returns immediately an http response even if the it is processing : because it's async.
Then how can I test my stepFunction ??
Thanks !