pub const AWS_SQS_QUEUE_URL: &'static str;
The URL of the AWS SQS Queue. It’s a unique identifier for a queue in Amazon Simple Queue Service (SQS) and is used to access the queue and perform actions on it.
"https://sqs.us-east-1.amazonaws.com/123456789012/MyQueue"