Open
Description
Hi there.
I'm using a lambda function to process events from an event bus.
I'm not able to find out which is the runtime event class to access these events.
There does not seem to be any EventBridge* class in the following link:
I think a class extending com.amazonaws.services.eventbridge.model.PutEventsRequestEntry may do the work.
Do you have any plan to add something like that?
Thanks!