grafana / k6-jslib-aws

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

Make SQS data structure more reusable #35

Closed oleiade closed 1 year ago

oleiade commented 1 year ago

At the moment, the SQSClient implementation has dedicated types for each response of each service's endpoints. Ideally, we should try to align with what's been made in other services clients and replace those specific types with more general ones representing the concepts at play, such as a Queue or a message.

oleiade commented 1 year ago

Addressed in 19022a1cfede701a46c221631f39aa21f78e628f