Skip to content

Commit d6daaec

Browse files
committed
dynamo docs
1 parent 7a22eef commit d6daaec

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

db/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)