# Functions
LogError logs an error to stderr including some internal information.
LogInfo logs a info to stdout when info Log Level is active.
NewConfig config constructor.
NewExampleRepository creates a new repository.
NewLogger returns an usable zap logger.
NewSqs will connect to an SQS in a certain AWS Region.
# Structs
Config ...
ExampleImpl struct implements repository requirements.
LogLevelConfig log level config.
Sqs is a connection with an AWS SQS service.
# Interfaces
Example.