⚠️ This lesson is retired and might contain outdated information.

Create Data Models using AWS Amplify and Populate Data

Ali Spittel
InstructorAli Spittel
Share this video with your friends

Social Share Links

Send Tweet
Published 3 years ago
Updated 2 weeks ago

To start with our application, we first need some content to display on our app. In sandbox.amplifyapp.com, we can create two models, our Post and Blog models that we will populate with data.

Instructor: [0:00] First, we'll need to create the data models for our application. Head to sandbox.amplifyapp.com to get started. We'll start with a blank data model and use React, then click Get started. Then we'll add two models -- first, blog, and second, post.

[0:18] The blog will be a publication that has a collection of posts attached to it. The blog will have a name. Posts will have title and content. All the fields will be strings that will make title required and name required.

[0:33] We'll also have a one-to-many relationship between blog and post. Each blog will have many posts attached to it. Then click Save. This is the data schema for our app.

egghead
egghead
~ 30 minutes ago

Member comments are a way for members to communicate, interact, and ask questions about a lesson.

The instructor or someone from the community might respond to your question Here are a few basic guidelines to commenting on egghead.io

Be on-Topic

Comments are for discussing a lesson. If you're having a general issue with the website functionality, please contact us at support@egghead.io.

Avoid meta-discussion

  • This was great!
  • This was horrible!
  • I didn't like this because it didn't match my skill level.
  • +1 It will likely be deleted as spam.

Code Problems?

Should be accompanied by code! Codesandbox or Stackblitz provide a way to share code and discuss it in context

Details and Context

Vague question? Vague answer. Any details and context you can provide will lure more interesting answers!

Markdown supported.
Become a member to join the discussionEnroll Today