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

https://github.com/h2ik/go-sqs-poller

An AWS SQS Poller
https://github.com/h2ik/go-sqs-poller

aws aws-sdk golang sqs-poller

Last synced: 5 months ago
JSON representation

An AWS SQS Poller

Awesome Lists containing this project

README

          

# go-sqs-poller

GoLang SQS Queue Poller using the AWS SDK

This is based off of [golang-sqs-worker-example](https://github.com/nabeken/golang-sqs-worker-example) but it uses the [official AWS golang SDK](https://github.com/aws/aws-sdk-go).

Check out the [cmd/example-worker/main.go](cmd/example-worker/main.go) for an example of how to use the worker.