Are there any good tools, via AWS or elsewhere, to help track/view the lifecycle of events across an event-driven architecture?
Events are being published and consumed by various services within the same account to a shared EventBridge service.
I’d like to be able to view how specific events are traversing the system. E.g. from an initiating upstream service through the bus to 1 or more downstream services and their connected resources, like storage.
Right now I’m jumping between the metrics in AWS console for each service’s resources and I have to imagine there’s a better way to do this.