Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/machulav/sqs-load-generator

A tool that allows adding the required amount of a specified message into SQS queue.
https://github.com/machulav/sqs-load-generator

Last synced: about 1 month ago
JSON representation

A tool that allows adding the required amount of a specified message into SQS queue.

Awesome Lists containing this project

README

        

# sqs-load-generator

A tool that allows adding the required amount of a specified message into SQS queue.

It was created for SQS consumer load testing.

## Build

```
go build -o main ./src
```

## Run

```
usage: main []

Flags:
--help Show context-sensitive help
-p, --parallelism=1 Number of parallel SQS message senders
-m, --messages-amount=1 Amount of messages that should be sent to the SQS queue by one sender

Args:
SQS queue URL
SQS message payload
```