rakyll / hey

HTTP load generator, ApacheBench (ab) replacement
Apache License 2.0
17.99k stars 1.19k forks source link

AWS sigv4 support #293

Open eduardoromero opened 1 year ago

eduardoromero commented 1 year ago

Wondering if there's a way to add aws sigv4 signature to the requests headers.

I'm trying to load test an API that's behind APIGW and it's using IAM for auth (instead of api key).

Thanks!