# Functions
Do parses the SQS message and invokes Job.Do.
NewLogJob returns a LogJob.
NewMessage returns an initialized Message.
# Constants
LogJobName is LogJob's unique identifier.
# Interfaces
Job is the interfce implemented by jobs.
# Type aliases
NewJob is a function definition for functions that return initialized Jobs.