rdegges / flask-dynamo

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

Develop to master #28

Closed jaustinpage closed 7 years ago

jaustinpage commented 7 years ago

This allows multiple flask extensions to reuse the same boto3 session. For instance, you may want to use this extension with https://github.com/mcrowson/flask-sessionstore, so that you have your flask session stored server side in DynamoDB. TODO:

jaustinpage commented 7 years ago

I took the liberty of bumping the copyright to 2017.