NS

Results 2 issues of NS

I'm using dynamodb and the java class I'm storing has the following structure: ``` @DynamoDBTable(tableName="Animals") class abstract Animal { @DynamoDBHashKey(attributeName = "Id") @DynamoDBAutoGeneratedKey String id; } class Dog extends Animal...

feature-request

It will be amazing to have dynamodb support!