mapbox / dyno

simple dynamodb client
MIT License
78 stars 28 forks source link

Allow passing dynamodb client to constructor #107

Closed trym closed 8 years ago

rclark commented 8 years ago

We've refactored in such a way as to demand that a table name be specified in the config. This sets up a client with TableName parameters predefined and other parts of the library depend on this. This makes it convoluted to consider a mechanism for bringing your own client.

Thanks for the PR, and please open a ticket if you still have this need and have ideas about doing it in dyno v1+.