# Functions

NewSQSConsumerGroup creates a new SQSConsumerGroup.

# Structs

SQSConfig is the configuration required for an SQSConsumer.
SQSConsumer is the SQS implementation of the QueueConsumer interface.
SQSConsumerGroup is a group of SQSConsumers.

# Interfaces

Consumer represents a consumer for a queue.
Processor represents a queue message processor.