derjust / spring-data-dynamodb

This module deals with enhanced support for a data access layer built on AWS DynamoDB.
https://derjust.github.io/spring-data-dynamodb/
Apache License 2.0
403 stars 141 forks source link

sort with hash key, multiple AND OR query, LIKE query not working #216

Closed SuhailTamboli closed 6 years ago

SuhailTamboli commented 6 years ago

lets say, there is a table class in which we have attribute priority. I want to sort order by priority without using hash key?

how can I search in string similar to LIKE in mysql?

how can I perform multiple AND & OR query? [gives error like not supported]

SuhailTamboli commented 6 years ago

Why i can not store nested json.

It only supports S,N,B.