diff --git a/adapters/sqs-queue.go b/adapters/sqs-queue.go index 34506069..1410c182 100644 --- a/adapters/sqs-queue.go +++ b/adapters/sqs-queue.go @@ -53,6 +53,20 @@ func getFunc(ctx context.Context, client sqsClient, scope string, input *sqs.Get Attributes: attributes, Scope: scope, Tags: resourceTags, + LinkedItemQueries: []*sdp.LinkedItemQuery{ + { + Query: &sdp.Query{ + Type: "http", + Method: sdp.QueryMethod_GET, + Query: *input.QueueUrl, + Scope: "global", + }, + BlastPropagation: &sdp.BlastPropagation{ + In: true, + Out: true, + }, + }, + }, }, nil }