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

Document and improve SQS errors

oleiade opened this issue · comments

While documenting it, I noticed that the SQS service still needs to standardize its handling of errors. Let's try and improve that to align it with what the other services are doing.

As we're at it, it would be welcome to document the client's methods in the same fashion as with the other services.

Addressed by 5181985 and 0365aa8