Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 332 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 332 Bytes

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.