
This example creates a serverless load generator using AWS Step Functions to load an AWS Lambda function. It can also be extended to load test other workloads like HTTP endpoints, APIs, or other services that AWS Step Functions support.

git clone https://github.com/aws-samples/step-functions-workflows-collection/tree/main/step-functions-load-testing/cd step-functions-workflows-collection/step-functions-load-testing
sam deploy --guided
sam delete.