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