From the course: Build a React Application Using AWS Amplify

Unlock the full course today

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

Challenge: Add people to the application

Challenge: Add people to the application - Amazon Web Services (AWS) Tutorial

From the course: Build a React Application Using AWS Amplify

Start my 1-month free trial

Challenge: Add people to the application

(upbeat uplifting music) - [Instructor] Things are moving along, but I'll bet you can already figure out what this challenge is about. We have a nice React-generated web application, we've got some products that are being pulled in from the database using GraphQL, all using a whole lot of code we didn't have to write with very little we did. And this, we still have people, but they're pulled in from a static file. They're pulled in through the people component, which loads all the information from people.json. That's no good. Go ahead and comment this out and save, and you're going to immediately see an error in your terminal and in the website. People data is not defined. Perfect, your job is to fix that. Your job is to basically go through the steps you've already gone through for products, but now for people. So, you're going to have to important some GraphQL code. You're going to have to import some additional…

Contents