# Functions
GetMessages gets the messages from an Amazon SQS queue Inputs:
sess is the current session, which provides configuration for the SDK's service clients queueURL is the URL of the queue timeout is how long, in seconds, the message is unavailable to other consumers
Output:
If success, the latest message and nil Otherwise, nil and an error from the call to ReceiveMessage.
GetQueueURL gets the URL of an Amazon SQS queue Inputs:
sess is the current session, which provides configuration for the SDK's service clients queueName is the name of the queue
Output:
If success, the URL of the queue and nil Otherwise, an empty string and an error from the call to.