go-sqs-poller icon indicating copy to clipboard operation
go-sqs-poller copied to clipboard

An AWS SQS Poller

Results 5 go-sqs-poller issues
Sort by recently updated
recently updated
newest added

I want to process by checking the attribute included in each message. Please review adding MessageAttributeNames to the worker.go Start method as shown below. ``` params := &sqs.ReceiveMessageInput{ QueueUrl: aws.String(worker.Config.QueueURL),...

ask SQS to return all of the message attribute names so that they become available in the response fix #15

Hi when i try to created a new worker, the app fails with this error ``` go get github.com/h2ik/go-sqs-poller/v3/worker cannot find package "github.com/h2ik/go-sqs-poller/v3/worker" ```

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.6.18 to 1.34.0. Changelog Sourced from github.com/aws/aws-sdk-go's changelog. Release v1.34.0 (2020-08-07) Service Client Updates service/glue: Updates service API and documentation AWS Glue now adds support for Network...

dependencies