We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed14b98 + ce7cb11 commit 8a193f8Copy full SHA for 8a193f8
index.js
@@ -184,7 +184,7 @@ class ServerlessDynamodbLocal {
184
185
return new BbPromise(function(resolve, reject) {
186
let dynamodb = self.dynamodbOptions(region),
187
- tableOptions = self.tableOptions(options.stage);
+ tableOptions = self.tableOptions();
188
dynamodbMigrations.init(dynamodb, tableOptions.path);
189
dynamodbMigrations.executeAll(tableOptions).then(resolve, reject);
190
});
0 commit comments