grafana / k6-jslib-aws

Javascript Library allowing to interact with AWS resources from k6 scripts
Apache License 2.0
18 stars 29 forks source link

Make SignatureV4 code async #59

Open oleiade opened 1 year ago

oleiade commented 1 year ago

We should make the signature code asynchronous. That is, usable with async/await. To provide a real benefit, we should make sure it switches to using the k6/experimental/webcrypto module instead of the current crypto module which is synchronous.

oleiade commented 2 months ago

This is currently blocked on the webcrypto module being stabilized: https://github.com/grafana/k6/issues/3154