connect-dynamodb
connect-dynamodb copied to clipboard
DynamoDB Key Value Store
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?
Hi, I am glad you like the module. Yes, I think that makes sense
DynamoDB is now supposed to be able to store whole JSON documents. So that would be a better way forwards.