Skip to content

Commit

Permalink
dynamo docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gassc committed Feb 11, 2021
1 parent 7a22eef commit d6daaec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions db/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# db

This folder contains resources to stand up a local copy of DynamoDB for development purposes.

## Prerequisites

* Java installed and able to be run from the command line

## Usage

* unzip the provided `dynamodb_local.zip` file to `/dynamodb_local`
* Run the provided `startup.bat` (Windows) or `startup.sh` (Mac or Linux) file
* in `/core/config.py`, set `DYNAMO_ENABLE_LOCAL = True`
* run the application per the development instructions in the README

0 comments on commit d6daaec

Please sign in to comment.