Skip to content

Add support for AWS ScheduledEvent #1222

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

Closed
AnshulRustogi opened this issue Dec 23, 2024 · 3 comments
Closed

Add support for AWS ScheduledEvent #1222

AnshulRustogi opened this issue Dec 23, 2024 · 3 comments

Comments

@AnshulRustogi
Copy link

Extension of #1210, #1210 (comment)
The provided solution only works for S3Event and not for other events like LambdaEvents
Is it possible to have a more generic solution?

@olegz
Copy link
Contributor

olegz commented Jan 9, 2025

Can you be more specific. A generic solution may not be possible as there are specifics to each event, so which particular event you are asking about?

@AnshulRustogi
Copy link
Author

AnshulRustogi commented Jan 14, 2025

ScheduledEvent to be more particular

@olegz olegz added this to the 4.2.1 milestone Jan 14, 2025
@olegz olegz changed the title AWSLambdaUtils throw NullPointerException when function return type is com.amazonaws.services.lambda.runtime.events Add support for AWS ScheduledEvent Jan 14, 2025
@olegz olegz closed this as completed in 936726a Jan 14, 2025
@olegz
Copy link
Contributor

olegz commented Jan 14, 2025

It turned out that the issue was with ObjectMapper's inability to convert Joda time, so had to add a module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants