pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
501 stars 239 forks source link

added support for DynamoDB session storage #61

Closed mcrowson closed 7 years ago

mcrowson commented 7 years ago

58

Allows DynamoDB as session storage

fengsp commented 7 years ago

Thanks, this project starts as one demonstration of how to create one session interface, there are still many backends that are not covered, however anyone can create their own backend easily, sorry, I won't add more backends.