I'd suggest to go with AWS Lambda attached to MQ that would push messages to Azure Queue or Service Bus which you'd push to Datalake or wherever
Integration with AWS MQ
Hi All, We are trying to connect to AWS MQ to store the data in Azure data lake. does anyone know if function app or logic app can connect to AWS MQ and how ? Thanks, Rahul
Azure Functions
1 additional answer
Sort by: Most helpful
-
MayankBargali-MSFT 70,936 Reputation points Moderator
2024-02-09T11:23:22.0666667+00:00 @Sharma, Rahul Thanks for reaching out.
As per Amazon MQ document it looks like there are SDK that can be used to connect to Amazon MQ. Azure function supports the languages documented here. As per the SDK supported by Amazon MQ you can choose the language and write your custom code to connect to Amazon MQ to read the data.
Similarly, you can leverage the Data lake SDK storage or any other SDK as per the supported destination you can store those messages/data.