ca98am79 / connect-dynamodb

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

Hash Key must be id #14

Closed sparkyfen closed 8 years ago

sparkyfen commented 10 years ago

I created a hash key called sessionID and got:

ValidationException: One or more parameter values were invalid: Missing the key sessionID in the item

Found out my table had to use the hash id to work properly with this module.

Maybe add the option to choose your own hash key? Or explicitly note it within the Readme/wiki?

Thanks!

ca98am79 commented 10 years ago

Thanks for your help. I will try to fix this soon, by adding an optional hashKey param