Skip to content

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

License

Notifications You must be signed in to change notification settings

koslib/go-sqs-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.