Skip to content

Commit

Permalink
Added http link
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Dec 9, 2024
1 parent fbf4721 commit aa7fe09
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 aa7fe09

Please sign in to comment.