I need to extend an event-driven architecture across a multi-cloud environment. AWS Eventbridge is the present bus. I need to use functions in Azure. I'm considering the following:
- AWS Eventbridge - direct connection to Azure Service Bus. Is this possible? Has anyone done it? If so, how?
- Azure Functions directly connecting to AWS Eventbridge and using the Azure funtions to drive Azure functionality.
Thoughts on these two approaches? or other options?