How to create an EventBridge application in python
Reading Time: 3 minutes Hello Readers!!! In this article, we will see how we can create an eventbridge application in python. First we will see create a python application that will send custom events to eventBridge. Then if rule matches, target will be invoked which would be lambda function in our case. And lambda will prints the event details in the cloud watch. Create an eventbridge project : 1.First Continue Reading