As I come from RDBM background I am bit confuse with DynamoDB, how to write this query.
Problem : need to filter out those data which is more than 15 minutes.
I have created GSI with hashkeymaterialType
and createTime
(create time format Instant.now().toEpochMilli()
).
Now I have to write a java query which gives those values which is more than 15 minutes.