I have a DynamoDB Schema with nested attributes. Hence lets say below is my mapper structure.
public class Test { @DynamoDBHashKey private String testPk; @DynamoD