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

add ability to poll SQS #73

Open SimonasBanys opened 8 months ago

SimonasBanys commented 8 months ago

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

oleiade commented 8 months ago

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