Create a Database Schema using the Amplify Admin UI

InstructorAli Spittel

Share this video with your friends

Send Tweet

In this video, we'll create the schema for a video course platform using the AWS Amplify Admin UI. Head to the Amplify Sandbox to get started.

We'll create two models: Video and Course and add fields and a relationship to them. Once our data is modeled, we'll clone down our project and create a React application we'll use our backend in.