2

By default AWS Amplify transformers creating tables per each graphql type.

But according DynamoDB documentation it's best practice to

  • Keep tables few as possible
  • Keep often queried together entries within a same table

I have an impression Amplify way of doing things stays in contradiction with the statement above.

I am new to both NoSQL and Amplify Can someone suggest ways to address those issues?

0 Answers0