grafana / k6-jslib-aws

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

SQSClient.sendMessage method doesn't support sending message attributes #66

Closed viggu888 closed 9 months ago

viggu888 commented 9 months ago

I am only able to send the message body using SQSClient.sendMessage and not able to send any message attributes. Kindly address this issue.

oleiade commented 9 months ago

Hi @viggu888 👋🏻

65 should provide what you're looking for.

As a general note, this is an open-source project, and whenever in need for a specific feature, please feel free to open a pull request for it, and we will gladly support you to bring it to the finish line 🙇🏻

viggu888 commented 9 months ago

yeah thanks. it works now.