Open
Description
Potential performance improvements:
- stop using OrderedDicts for model attributes
- circumvent boto's request parsing e.g. use boto to prepare request only #72
- use ujson to parse request bodies and for attribute (de)serialization
- enable gzip compression for requests to DynamoDB API
- allow custom ProjectionExpression in query api to only pull relevant attributes
- use ProjectionExpression to only select attributes that exist in model