How to load test asynchronous services (aws)?

245 Views Asked by At

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 !

0

There are 0 best solutions below