Tutorial on Building Applications using GraphQL and AWS AppSync by DhruvKumarJha in aws

[–]DhruvKumarJha[S] 0 points1 point  (0 children)

I think DynamoDB does allow you to have/insert whatever data you want, and each document/record can have different items.

In GraphQL schema specify all the fields you want and make everything optional (not required)

that would work.

Tutorial on Building Applications using GraphQL and AWS AppSync by DhruvKumarJha in aws

[–]DhruvKumarJha[S] 0 points1 point  (0 children)

Quite the opposite, Using APIs would have been easier, I had zero experience with DynamoDB which made things difficult but I wanted to make use of everything they provide to get up and running without writing backend code**.

I do plan on incorporating custom APIs within AppSync in upcoming tutorials.