Closed
Description
com.amazonaws.services.lambda.runtime.events.KinesisEvent.KinesisEventRecord#toString checks if eventVersion
is null
and then prints eventSourceARN
a second time.
Not only does this mean eventVersion
is missing from the string representation, but if eventSourceARN
is null
, toString
will always throw a NullPointerException
.