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
- Host: GitHub
- URL: https://github.com/h2ik/go-sqs-poller
- Owner: h2ik
- License: mit
- Created: 2017-01-28T20:01:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T16:27:06.000Z (over 3 years ago)
- Last Synced: 2024-06-19T21:04:48.311Z (about 2 years ago)
- Topics: aws, aws-sdk, golang, sqs-poller
- Language: Go
- Size: 30.3 KB
- Stars: 60
- Watchers: 4
- Forks: 31
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.