# Functions
CreateLPQueue creates an Amazon SQS queue with long polling enabled Inputs:
sess is the current session, which provides configuration for the SDK's service clients queueName is the name of the queue waitTime is the wait time, in seconds, for long polling to wait for messages
Output:
If success, the URL of the queue and nil Otherwise, an empty string and an error from the call to CreateQueue.