Technically, there is a way to self-reference a stack, but I would not do that. I would depend on the module in which the queue is defined and use that ID (say as an env var for the lambda).
w
wooden-lighter-66320
05/14/2020, 9:31 PM
The lamba's being serialized by Pulumi, so it's all just a direct JS reference currently
wooden-lighter-66320
05/14/2020, 9:31 PM
we're not using an external script bundle for the lambda (relates to my last question 😉 )