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

add ability to poll SQS

SimonasBanys opened this issue · comments

if possible it would be fantastic to add ability for the AWS library to poll SQS messages from a given queue, rather than just send them

Hi @SimonasBanys 👋🏻

As we're not users of SQS ourselves, we generally depend on the community to implement such features. The whole SQS client is fully community-contributed, and I invite you, if you have the resources and time for it, to give it a go at implementing it, and we will happily support you along the way.

Here are the Pull Request implementing support for SQS as a starting point: #27 #37 #65