sparse-intern-71089
10/30/2020, 1:05 AMlittle-cartoon-10569
10/30/2020, 1:06 AMlittle-cartoon-10569
10/30/2020, 1:07 AMInput<string>
, which you can get from the resource you've just created.wet-hair-90323
10/30/2020, 1:11 AMaws.sqs.Queue
resource doesnt expose the url
, but getQueue
does. As a workaround i can pass the name of the queue to my service and then get its url in the service itself. Just seeing if there's a way to get it through pulumi 🙂little-cartoon-10569
10/30/2020, 1:18 AMaws sqs get-queue-url --queue-name $(pulumi stack output queueName)
or similar, should do it...little-cartoon-10569
10/30/2020, 1:18 AMwet-hair-90323
10/30/2020, 1:21 AM