dynamo-easy icon indicating copy to clipboard operation
dynamo-easy copied to clipboard

Local configuration and single table

Open PabloArrietaL opened this issue 4 years ago • 1 comments
trafficstars

  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?

PabloArrietaL avatar Feb 17 '21 17:02 PabloArrietaL

  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.

hookercookerman avatar Mar 19 '21 08:03 hookercookerman