Skip to content
Advertisement

Mapping List to DynamoDB

I’m trying to map to DynamoDB list of dates in Java

JavaScript

I have written my own converter but it works only for LocalDateTime but not for the List. Does anyone know how to do it correctly?

Should I write separate converter that will return list of strings where each string will be converted from localdatetime?

Advertisement

Answer

I wrote converter like below and it works as I wanted 😉

JavaScript

}

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement