serverless-dynamodb-local
Advanced tools
Comparing version 0.0.10 to 0.1.0
@@ -133,2 +133,3 @@ 'use strict'; | ||
dynamodb.start(options).then(function () { | ||
console.log(""); // seperator | ||
self._tables(evt).then(resolve, reject); | ||
@@ -135,0 +136,0 @@ }); |
{ | ||
"name": "serverless-dynamodb-local", | ||
"version": "0.0.10", | ||
"version": "0.1.0", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=4.0" |
@@ -88,3 +88,3 @@ serverless-dynamodb-local | ||
* Defining table schema (Dynamodb SDK): http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB.html#createTable-property | ||
* Defining data (Dynamodb Document Client SDK): http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB/DocumentClient.html#put-property | ||
* Defining seeds (Dynamodb Document Client SDK): http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB/DocumentClient.html#put-property | ||
@@ -96,3 +96,3 @@ To create table & run the seeds in your project root, run: | ||
Optionally if you want to create the tables and run the seeds on dynamodb start dynamodb local with -c argument or add the "create": true inside s-project.json as shown below | ||
Optionally if you want to create the tables and run the seeds on dynamodb starts, use the argument -c or add the "create": true inside s-project.json as shown below | ||
@@ -134,6 +134,3 @@ ```json | ||
* Allow you to setup dynamodb tables creation scripts, innside your project and enables to execute them locally as well as remotely with a simple set of commands | ||
* Similar to dynamodb table creation scripts, it also allows to setup your dynamodb data seeds for both local and remote | ||
* Provides the ability to setup your local development environment with the support of ['serverless-offline'](https://github.com/dherault/serverless-offline) Plugin | ||
* A fantastic and welcoming community! | ||
* Allow to create tables & run seeds remotely with a simple set of commands. | ||
@@ -140,0 +137,0 @@ ## Links |
460
30671
167