Black Dynamite
Black Dynamite

Reputation: 4147

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

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

Upvotes: 2

Views: 1166

Answers (1)

Marcin
Marcin

Reputation: 239000

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

Upvotes: 2

Related Questions