ca98am79 / connect-dynamodb

DynamoDB session store for Connect
http://ca98am79.github.com/connect-dynamodb/
MIT License
144 stars 66 forks source link

DynamoDB Key Value Store #21

Open scaret opened 9 years ago

scaret commented 9 years ago

Hi guys,

I've just tried the module and it works well. I found that the session items are stringified stored in DynamoDB, and I think there should be another way to store the session if it is an object: flattern the nested object and store the session as an item in db. Is it feasible/make sense?

ca98am79 commented 9 years ago

Hi, I am glad you like the module. Yes, I think that makes sense

dantman commented 9 years ago

DynamoDB is now supposed to be able to store whole JSON documents. So that would be a better way forwards.