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: Build your schema out

Challenge: Build your schema out - Amazon Web Services (AWS) Tutorial

From the course: Build a React Application Using AWS Amplify

Start my 1-month free trial

Challenge: Build your schema out

(soft music) - With your product query taking off you've already got both a list and a creation and a full blown API, including a DynamoDB data source. Things are well on their way towards supporting dynamic rendering of products. We just need to build the front end. But of course products aren't the only data we want to represent in our database. We have products.json opened and our schema open but don't forget there's another JSON file for people. And that's the subject of this challenge. Here's what you need to do. Beginning with the schema you need to define everything that's required to support a person model, a person object in the database. And each person is going to have all of the attributes represented by the individual entries in people.json. So let me briefly give you a couple of high points to make sure you hit as you're moving and also so you don't get stuck on anything frustrating. You're going to begin…

Contents