serverless-dynamodb-local
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "serverless-dynamodb-local", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=4.0" |
@@ -45,8 +45,10 @@ serverless-dynamodb-local | ||
Note: Read the detailed section for more information on advanced options and configurations | ||
Open a browser and go to the url http://localhost:8000/shell to access the web shell for dynamodb local | ||
## Install: `sls dynamodb install` | ||
## Install: sls dynamodb install | ||
To remove the installed dynamodb local, run: | ||
`sls dynamodb remove` | ||
Note: This is useful if the sls dynamodb install failed in between to completely remove and install a new copy of DynamoDB local. | ||
## Start: `sls dynamodb start` | ||
## Start: sls dynamodb start | ||
All CLI options are optional: | ||
@@ -79,3 +81,3 @@ | ||
## Create/Execute DynamoDB (Migrations) | ||
## Migrations: sls dynamodb create/execute/executeAll | ||
### Configurations | ||
@@ -185,6 +187,3 @@ In `s-project.json` add following to customize DynamoDB Migrations file directory and table prefixes/suffixes | ||
}) | ||
``` | ||
Open a browser and go to the url http://localhost:8000/shell to access the web shell for dynamodb local | ||
Note: Default port: 8000 and if you change the port, change it accordingly in usage | ||
@@ -191,0 +190,0 @@ ## Links |
22822
194