Search code examples
amazon-web-servicesaws-event-bridgeaws-chime-sdkamazon-chime

How to send AWS Chime Meeting events to EventBridge?


I have a default Event Bus. I created a rule for AWS Chime events and added a trigger.

I was able to get S3 Events go to EventBridge. There is a setting under bucket properties to do so. However, I am not able to find such setting for Chime SDK.

I looked up in all the documentation available. Please let me know if anyone knows where to enable it.


Solution

  • I figured it out. Chime does not have a setting to send Events to Event Bridge. It happens by default.

    I just needed to create an Event Rule in the right region; which is the Chime API endpoint region and not the media region.

    In my case I was listening for pattern rule in Asia Pacific(Mumbai) but needed to be done on US East(Virginia)