Replies: 1 comment 1 reply
-
(I'm not familiar with Azure APIM, so apologies if I'm not understanding the use case) In your example, isn't the subscription key already being passed as a query string? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, im trying to set up the SQS ClientConfig to use a Azure APIM API as a proxy to receive messages from an SQS queue. Im all new to AWS and SQS. My test works fine when i run it locally and directly agaist the queue.
Ive set up the clientconfig:
Ive also tested with using the
I was hoping i could pass the subscription key as querystring instrad of a header.
I prefer getting this to work through the SDK.
But I have tested out the backup plan with creating the request myself and pass the request though APIM to the sqs api. And that works.
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions