DynamoDbEvent

@JsonSerializable
data class DynamoDbEvent(val Records: List<StreamRecord>? = null)

Constructors

Link copied to clipboard
constructor(Records: List<StreamRecord>? = null)

Properties

Link copied to clipboard
val Records: List<StreamRecord>? = null