Home > Net >  AWS - Can't see Event Bridge Rule on Custom Bus
AWS - Can't see Event Bridge Rule on Custom Bus

Time:04-27

I'm trying to target a Lambda function with an EventBridge Rule. When I go to set the Lambda trigger, the only rules I've ever been able to see were ones attached to the default bus. Why can't my Lambda Trigger UI see rules when they are on my custom bus?

Any help or explanation would be greatly appreciatd.

enter image description here

CodePudding user response:

This is UI limitation. You have to setup up the connection between your EB custom bus and your lambda function using EventBridge UI.

  • Related