connect-dynamodb icon indicating copy to clipboard operation
connect-dynamodb copied to clipboard

DynamoDB Key Value Store

Open scaret opened this issue 10 years ago • 2 comments

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?

scaret avatar Jan 11 '15 14:01 scaret

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

ca98am79 avatar Jan 11 '15 21:01 ca98am79

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

dantman avatar Feb 22 '15 03:02 dantman