package
0.0.0-20200514003924-58d095e18321
Repository: https://github.com/cpliakas/aws-sam-golang-example.git
Documentation: pkg.go.dev

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

# Structs

LogJob is a job that simply prints a log message.
Message models a job message sent to the queue.

# Interfaces

Job is the interfce implemented by jobs.

# Type aliases

NewJob is a function definition for functions that return initialized Jobs.