summaryrefslogtreecommitdiff
path: root/src/com/p4square/grow/backend/dynamo
AgeCommit message (Collapse)Author
2014-06-23Setting different throughputs for dev/prod tables.Jesse Morgan
2014-05-24Adding region and table name prefix support.Jesse Morgan
2014-05-24Adding serverprod target and import tool.Jesse Morgan
serverprod starts the frontend locally but points it to the prod dynamodb. The import tool loads data into dynamodb. Each record has a hash key and one or more attribute/value pairs. Records are separated by an empty line. The first line of the record is the hash key. Each subsequent line is an attribute key, followed by a space, followed by the value.
2014-05-23Adding dynamo support.Jesse Morgan