Is it possible to have multiple fields as range key?
Say I have a table where each row is uniquely identified by <A,B,C>
-------------------------------
A | B | C | D | E |
-------------------------------
where A is the primary hash key
and I want B and C to be the primary range keys.
How can I have more than 2 fields as a primary key in DynamoDB?