You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to implement lambda which listening to firehose events to do some transformation, I'm always getting this exception: java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to com.amazonaws.services.lambda.runtime.events.KinesisFirehoseEvent$Record
* Log user init and invoke exceptions as ERROR in JSON format (#49)
* RIC version bump to 2.4.2
---------
Co-authored-by: Daniel Torok <[email protected]>
Hi,
I'm trying to implement lambda which listening to firehose events to do some transformation, I'm always getting this exception:
java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to com.amazonaws.services.lambda.runtime.events.KinesisFirehoseEvent$Record
I'm using this example: https://docs.aws.amazon.com/lambda/latest/dg/eventsources.html#eventsources-kinesis-firehose
How can i solve this?
The text was updated successfully, but these errors were encountered: