mapbox / dyno

simple dynamodb client
MIT License
78 stars 31 forks source link

Multi-table client #142

Closed pierreis closed 6 years ago

pierreis commented 6 years ago

The documentation states that Dyno allows you to configure a client with parameters for two different tables, then routes your individual requests to the appropriate one. That sounds awesome, and would be for me a strong reason to use it.

However, I can not pinpoint in the doc how to do this. Do you have any documentation available relative to that feature?

Thanks.