Skip to content

Commit 70fb465

Browse files
author
Dylan
authored
Merge pull request #709 from overmindtech/sqs-links
Added http link
2 parents fbf4721 + aa7fe09 commit 70fb465

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

adapters/sqs-queue.go

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,20 @@ func getFunc(ctx context.Context, client sqsClient, scope string, input *sqs.Get
5353
Attributes: attributes,
5454
Scope: scope,
5555
Tags: resourceTags,
56+
LinkedItemQueries: []*sdp.LinkedItemQuery{
57+
{
58+
Query: &sdp.Query{
59+
Type: "http",
60+
Method: sdp.QueryMethod_GET,
61+
Query: *input.QueueUrl,
62+
Scope: "global",
63+
},
64+
BlastPropagation: &sdp.BlastPropagation{
65+
In: true,
66+
Out: true,
67+
},
68+
},
69+
},
5670
}, nil
5771
}
5872

0 commit comments

Comments
 (0)