Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/koslib/go-sqs-worker
- Owner: koslib
- License: mit
- Created: 2021-02-18T13:36:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-19T18:47:47.000Z (almost 4 years ago)
- Last Synced: 2024-06-20T07:55:38.794Z (6 months ago)
- Topics: aws, sqs, sqs-consumer, sqs-poller, sqs-producer, sqs-queue
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).