Hi, On Sat, Aug 25, 2012 at 8:04 AM, Renato Marroquín Mogrovejo <[email protected]> wrote: > Hi Ed,
>> >> 1. Are annotations the only way to implement the desired features? > > No, they are not the only way to implement the desired features. > Amazon DynamoDB provides the possibility of writing items through a > map of attribute names and an Amazon data type called 'AttributeValue' > [1] which contains the actual values to be stored. Thanks for clarification on this Renato, this one passed my by unawares. Lewis [1] http://docs.amazonwebservices.com/amazondynamodb/latest/developerguide/LowLevelJavaItemCRUD.html

