We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a22eef commit d6daaecCopy full SHA for d6daaec
1 file changed
db/README.md
@@ -0,0 +1,14 @@
1
+# db
2
+
3
+This folder contains resources to stand up a local copy of DynamoDB for development purposes.
4
5
+## Prerequisites
6
7
+* Java installed and able to be run from the command line
8
9
+## Usage
10
11
+* unzip the provided `dynamodb_local.zip` file to `/dynamodb_local`
12
+* Run the provided `startup.bat` (Windows) or `startup.sh` (Mac or Linux) file
13
+* in `/core/config.py`, set `DYNAMO_ENABLE_LOCAL = True`
14
+* run the application per the development instructions in the README
0 commit comments