Skip to content

KinesisEventRecord#toString method incorrectly prints eventSourceARN twice #244

Closed
@scottmk

Description

@scottmk

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions