fogfish / dynamo

Generic Golang Key/Value trait for AWS storage services
MIT License
19 stars 5 forks source link

Allow option to pass hash key and range key values #31

Closed whiteshadoww closed 3 years ago

whiteshadoww commented 3 years ago

Allow user to pass the hash key sort key as config values.

fogfish commented 3 years ago

Thanks! Indeed, existing version assumes prefix and suffix naming schema for keys. This assumption might limit the adoption of the lib with existing tables.

fogfish commented 3 years ago

closed by #38