# Functions
ConfigureDeadLetterQueue configures an Amazon SQS queue for messages that could not be delivered to another queue Inputs:
sess is the current session, which provides configuration for the SDK's service clients deadLetterQueueARN is the ARN of the dead-letter queue queueURL is the URL of the queue that did not get messages
Output:
If success, the URL of the queue and nil Otherwise, an empty string and an error from the call to json.Marshal or SetQueueAttributes.
GetQueueArn gets the ARN of a queue based on its URL.
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.