From 865adc8dac28310f2c2285343c168816643d171c Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 24 May 2014 01:21:26 -0700 Subject: Adding serverprod target and import tool. 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. --- build.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'build.xml') diff --git a/build.xml b/build.xml index ac675ae..625c4a6 100644 --- a/build.xml +++ b/build.xml @@ -22,6 +22,15 @@ + + + + + + + + -- cgit v1.2.3