rdegges / flask-dynamo

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

Allow reuse of aws sessions through app config. #27

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.