Local configuration and single table
PabloArrietaL opened this issue · 1 comments
PabloArrietaL commented
- How can I configure dynamo-easy to work with local and remote dynamodb?
- Is it possible to create a single table to store the information of all the models?
hookercookerman commented
- You configure the dynamodb Client itself to point to an endpoint of your choosing, the client is then passed.
https://shiftcode.gitbook.io/dynamo-easy/api/dynamo-store
- this is a very open question, DynamoStore does not support single table design in terms of mapping from retrieved items; but I find this is not really a major problem you know what you want to retrieve in terms of "types" so you just create a "DynamoStore" to match what you want.