-
Notifications
You must be signed in to change notification settings - Fork 67
Block when creating table #46
Copy link
Copy link
Open
Description
When connect-dynamodb creates the table for the first time, it logs the result of the request out to console.log. Is this correct behavior? Doesn't it need to block somehow until the creation of the table is complete? I understand this would require some work on the API, but it also seems like a race condition on whether the table gets created before connect-dynamodb uses it.
https://github.com/ca98am79/connect-dynamodb/blob/master/lib/connect-dynamodb.js#L69-L89
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels