james
07/24/2023, 11:30 PMAndrew Alexander
07/25/2023, 3:49 PMjames
07/25/2023, 11:19 PMTim Kye
07/27/2023, 9:11 PM@DynamoDbBean
that represents a "row". This class will be the union of all of your types. This class may have "converters" on its fields, which handle mapping for individual fields. A common one for us is _@get:DynamoDbConvertedBy_(InstantToEpochMillisTypeConverter::class)
to map Instants. After this you will have data class
's for each type. You can add these as you add types.