Victoria Shabunia

Results 1 comments of Victoria Shabunia

I think this would work too: ``` import * as aws from '@pulumi/aws' const ingressQueueDead = new aws.sqs.Queue('ingressQueueDead', { }) const ingressQueue = new aws.sqs.Queue('ingressQueue', { redrivePolicy: pulumi.interpolate`{ "deadLetterTargetArn": "${ingressQueueDead.arn}",...