From aa7fe09cb765a2361c8307da406b27d6ff478b8f Mon Sep 17 00:00:00 2001 From: Dylan Ratcliffe Date: Mon, 9 Dec 2024 17:00:00 +0000 Subject: [PATCH] Added http link --- adapters/sqs-queue.go | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 }