noppoMan / npdynamodb

A Node.js Simple Query Builder and ORM for AWS DynamoDB
112 stars 19 forks source link

npd migrate:run do not respond forever. #15

Closed noppoMan closed 9 years ago

noppoMan commented 9 years ago

npd migrate:run do not respond forever, when dropTable operation is executed in migrator.up.

This problem is being caused by waitFor('tableExists', {TableName: data.TableDescription.TableName});in migrator.js at line 98.