shiftcode/dynamo-easy

Local configuration and single table

PabloArrietaL opened this issue · 1 comments

  1. How can I configure dynamo-easy to work with local and remote dynamodb?
  2. Is it possible to create a single table to store the information of all the models?
  1. 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

  1. 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.