Skip to content

Commit

Permalink
Merge pull request #709 from overmindtech/sqs-links
Browse files Browse the repository at this point in the history
Added http link
  • Loading branch information
dylanratcliffe authored Dec 9, 2024
2 parents fbf4721 + aa7fe09 commit 70fb465
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions adapters/sqs-queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 70fb465

Please sign in to comment.