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

# Functions

DeleteMessage deletes a message from SQS and panics on any errors.
Mustenv ensures an environment variable is set and panics if it is not.
QueueURL returns the SQS Queue URL set in the environment variable.
SendMessage sends a message to SQS and panics on any errors.

# Constants

EnvQueueURL is the environment variable that contains the SQS queue URL.