package
0.0.0-20240417214303-15328e7d303f
Repository: https://github.com/danillodesouza/sns-sqs-lambda-go-example.git
Documentation: pkg.go.dev

# 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.