How would you get the queue URL off of a `aws.sqs....
# general
f
How would you get the queue URL off of a
aws.sqs.Queue
?
c
I believe it is actually the
id
property of the
aws.sqs.Queue
. I know, it is confusing. But that is what I had to use in one of my apps.