From the course: Build a React Application Using AWS Amplify

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Add data to your back end

Add data to your back end - Amazon Web Services (AWS) Tutorial

From the course: Build a React Application Using AWS Amplify

Start my 1-month free trial

Add data to your back end

- [Instructor] Now that you have a database in the backend and GraphQL set up, all things to amplify an app sync, you're almost ready to get back into React code and to use all of these APIs to actually load up the H-Plus website dynamically, but almost is the key word, because right now, when I run list people, I see a single person and when I run list products, I see a single product. That is a far cry from what's in people.json and product.json. So you have a little bit of grunt work to do now. You're going to have to add at least some of these products, you don't have to add all of them if you don't want, into your DynamoDB backend by using the query editor and you should do the same for people. There aren't as many people, so I'd recommend doing all of them. Regardless, if you do four products or 12 products or all of them or the same for people, you need to get some data into DynamoDB, so that when we actually start…

Contents