ca98am79 / connect-dynamodb

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

Use the hashKey provided in config #53

Closed ollyfg closed 5 years ago

ollyfg commented 5 years ago

Earlier versions of this library would perform some actions using the provided hashKey and others using the default id.

This commit makes the behaviour more consistent, and will always use the provided hashKey (while still defaulting to id of course!).

Any issues let me know, but I haven't changed much and have tried to follow the style guidelines you've used.

This PR should resolve https://github.com/ca98am79/connect-dynamodb/issues/35

ca98am79 commented 5 years ago

thanks!