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 8a193f8 + 154bf9c commit d975fceCopy full SHA for d975fce
index.js
@@ -170,7 +170,7 @@ class ServerlessDynamodbLocal {
170
let self = this,
171
options = this.options;
172
return new BbPromise(function(resolve, reject) {
173
- let dynamodb = self.dynamodbOptions(options.stage, options.region),
+ let dynamodb = self.dynamodbOptions(options.region),
174
tableOptions = self.tableOptions();
175
dynamodbMigrations.init(dynamodb, tableOptions.path);
176
dynamodbMigrations.execute(options.name, tableOptions).then(resolve, reject);
0 commit comments