serverless-dynamodb-local
Advanced tools
Comparing version 0.2.4 to 0.2.5
10
index.js
@@ -194,6 +194,3 @@ 'use strict'; | ||
dynamodbMigrations.init(dynamodb, tableOptions.path); | ||
dynamodbMigrations.execute(options.name, { | ||
tablePrefix: tableOptions.prefix, | ||
tableSuffix: tableOptions.suffix | ||
}).then(resolve, reject); | ||
dynamodbMigrations.execute(options.name, tableOptions).then(resolve, reject); | ||
}); | ||
@@ -209,6 +206,3 @@ } | ||
dynamodbMigrations.init(dynamodb, tableOptions.path); | ||
dynamodbMigrations.executeAll({ | ||
tablePrefix: tableOptions.prefix, | ||
tableSuffix: tableOptions.suffix | ||
}).then(resolve, reject); | ||
dynamodbMigrations.executeAll(tableOptions).then(resolve, reject); | ||
}); | ||
@@ -215,0 +209,0 @@ } |
{ | ||
"name": "serverless-dynamodb-local", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=4.0" |
@@ -44,4 +44,3 @@ 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 | ||
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. | ||
@@ -48,0 +47,0 @@ ## Install: sls dynamodb install |
22589
228
193