-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plan to add EventBridge event? #109
Comments
Hi, EventBridge is a new service based on CloudWatch Events. Does the CloudWatch scheduled event object meet your requirements? |
Unfortunately if you drop in ScheduledEvent instead, you get this:
If you deserialize the object yourself, using Jackson, and add this:
it seems to work well enough. Not ideal though. |
Hi @nanodeath, I'll add support for EventBridge events after v4 has been released. Thanks, Mark |
Going to offer a suggestion since this is still open to being implemented. I've seen many uses of I'd like to see something more along the lines of this, so a caller-provided generic can represent the detail, instead of just
Eg callsite:
I'd be happy to continue the discussion on this. |
@polaskj, Great suggestion, let me try that out. |
Any news on this? I see that the PR has been open since January. |
Any news about this?, can some help us merging the PR opened since January? |
Hi @StFS, @javiortizmol, This will go out either with v4 of the events library or soon after, customer interest is clear. |
@msailes any ETA on when v4 of the events library will be released? |
I ask again, is there any ETA on v4 of the events library? |
Any news on this? |
Any updates about v4 ? |
I don’t currently have a date we can share. The team is aware of the difficulties this causes and are working to improve the process. |
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:
https://github.com/aws/aws-lambda-java-libs/tree/master/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events
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!
The text was updated successfully, but these errors were encountered: