I need to read messages from an AWS SQS queue and push the results into an Azure Service Bus. I like Azure Logic Apps and they do have an SQS connector. If I implement this connector in a Logic App will I be able to read a message from the SQS Queue and send to the Service Bus in the Logic App? I wanted to ask if anyone has achieved this before I spent time in implementation. Thanks
Sure, This is achievable through Logic apps. You just need to have the connection settings (i.e.. The Access key Id, Access Key Secret and SQS URL) to connect your SQS to your Logic app.
Here is my Logic app
Message that I'm sending from SQS
Here is the output: