Quick question. I was trying to create custom cloud-trail for one s3 bucket. Create custom event bus in Eventbridge, so that I can map rules to this particular s3 events only.
Basiaclly I am trying to feed portion of my events related to particular s3 bucket to an event bus that can have seperate rules. But I think the only way is to set those rules in default eventbus? Like you cannot create a partial event bus (for particular groups of events) without a lambda in between.