Is there a way on CF / CDK to tell the system who is the “producer” of a EventBridge event?
In my case, I’m producing events from a Lambda…. and other Lambda is subscribed to the same EventBus.
This is something that CDK is not reflecting… My stack only reflects the “consumers” of events, but not the “producers” of those events.
I want to have it because I want to generate diagrams based on that definition.