k6-jslib-aws
k6-jslib-aws copied to clipboard
Javascript Library allowing to interact with AWS resources from k6 scripts
- Introduces SQS.SendMessageBatch function - Refactors SQS service to use json instead of xml requests. - Had to bump local stack image because of https://github.com/localstack/localstack/issues/9610 - Potential breaking change because...
The Lambda client treats all errors (apart from Lambda function errors) as AWS errors. This small change checks the `response.error_code` to see if the error is an HTTP error or...
I want to run k6 tests in our CICD pipelines. The pipeline runners are on AWS and use AWS instance profiles. How can I create an AWSConfig object if I...
Hi. When using the s3.js functions, if the s3 endpoint is an internal one with custom certs, it throws an error: level=warning msg="Request Failed" error="Put "[https://s3.internal.com:443/k6-s3/results-1-0.json\](https://s3.internal.com/k6-s3/results-1-0.json%5C)": tls: failed to verify...
According to the Readme section (https://github.com/grafana/k6-jslib-aws#lambda) Lambda client should be available but Docs link leads to non-existing page https://k6.io/docs/javascript-api/jslib/aws/lambdaclient , also link from example (https://jslib.k6.io/aws/0.11.0/lambda.js) leads to 404
While using the EventBridgeClient to put events, the response from the request is undefined and makes it impossible to know whether or not the event was successfully sent without have...
We recently changed how the library handles endpoints to support third-party S3-compatible providers as per #21, #57, etc. We have recently noticed that the example didn't reflect the usage of...
I found an issue when trying to call `getParameter` method on ssm.js. It says `Uncaught (in promise) TypeError: Object has no member 'json'`. Any help is really appreciated I guess...
Calling `getObject` or `listObjects` on the S3 client with a URL that has a `=` in the path fails. According to diagram from [AWS documentation](https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html), the URI should also be...
At the moment, the GitHub action workflow building the project and running tests is not triggered by PRs. We should make sure it is. The draft PR #75 should address...