Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/koslib/go-sqs-worker

SQS wrapper to help you publish and listen to messages in your Go services
https://github.com/koslib/go-sqs-worker

aws sqs sqs-consumer sqs-poller sqs-producer sqs-queue

Last synced: about 1 month ago
JSON representation

SQS wrapper to help you publish and listen to messages in your Go services

Awesome Lists containing this project

README

        

# go-sqs-worker

This is a simple wrapping library in order to help you onboard easier your Go services with SQS. The idea
is that a service has a consumer and/or a producer of SQS messages. Consider this library some boilerplate
for facilitating this integration.

# Example

See a simple usage example [here](example/simple.go).