-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |