dynamomq icon indicating copy to clipboard operation
dynamomq copied to clipboard

Implementing message queueing with Amazon DynamoDB in Go.

Results 1 dynamomq issues
Sort by recently updated
recently updated
newest added

**Describe the solution you'd like**: I propose changing the Global Secondary Index (GSI) sort key from `sent_at` to `sequence_key` in DynamoMQ. This modification aims to improve throughput efficiency. When FIFO...

enhancement