rdegges / flask-dynamo

DynamoDB integration for Flask.
http://flask-dynamo.readthedocs.org/en/latest/
The Unlicense
141 stars 36 forks source link

Check if dynamobd table exists before trying to create it #26

Closed vbisserie closed 7 years ago

vbisserie commented 7 years ago

If the first table of the list exists already, an Exception will rise and the rest of the list will not be created.

jaustinpage commented 7 years ago

https://github.com/rdegges/flask-dynamo/pull/24