0.7.2
This release offers:
- A
SQSClient
allowing users to interact with the Amazon Simple Queue service from their k6 scripts. Thanks @nickcaballero and @jdinsel-xealth for your contributions 🙇🏻 AWSConfig
now has a staticfromEnvironment
method, allowing to include the AWS configuration from environment variables in a one-liner
const config = AWSConfig.fromEnvironment()
- A fix for misnamed
accessKeyId
configuration. Errors have also been adjusted to be clearer in the event of a misconfiguration. - A fix for the handling of signed requests by clients. Under certain circumstances, the
SignatureV4
class, which is also used by most of our client classes would have produced incorrect signatures, depending on the request's payload.