launchdarkly / node-server-sdk-dynamodb

DynamoDB integration for the LaunchDarkly SDK for Server-side Node.js
Other
4 stars 5 forks source link

fix key prefix logic #5

Closed eli-darkly closed 5 years ago

eli-darkly commented 5 years ago

This fixes a dumb mistake I made in adding the key prefix feature in 1.1.0; it didn't work because the prefix was only being used for writes, not for reads.

It also makes use of some extra unit test functionality added in ldclient-node 5.7.1 so that we are now actually testing that feature (as we now do for all feature stores).