grafana / k6-jslib-aws

Javascript Library allowing to interact with AWS resources from k6 scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQSClient.sendMessage method doesn't support sending message attributes

viggu888 opened this issue · comments

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

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 🙇🏻

yeah thanks. it works now.