Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local configuration and single table #341

Open
PabloArrietaL opened this issue Feb 17, 2021 · 1 comment
Open

Local configuration and single table #341

PabloArrietaL opened this issue Feb 17, 2021 · 1 comment
Labels

Comments

@PabloArrietaL
Copy link

  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?
@hookercookerman
Copy link
Contributor

  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants