Is there a way on CF / CDK to tell the system who ...
# sst
a
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.
a
event bus is a service, any aws lambda / service with appropriate permissions can send events to it using the aws sdk. You can attach consumers but from what I know there’s nothing like producers.
a
I know is a service like others.
But well, maybe there is a way to represent that on the architecture.