jledesma84
Results
2
issues of
jledesma84
If I have the abstract class (Note that it do not have the annotation @DynamoDBTable): ``` public abstract class VtdBase { @DynamoDBHashKey private String idSesion; public String getIdSesion() { return...
enhancement
help wanted
upstream-bug
I need to store in different tables, depending on the useful load received by the REST layer. I followed the guide of the Wiki, but I can not pass the...