From the course: Shared Economy for iOS Development

Unlock the full course today

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

Online database

Online database - iOS Tutorial

From the course: Shared Economy for iOS Development

Start my 1-month free trial

Online database

- [Instructor] Now let's talk a little bit about our database. AWS has multiple solutions for online databases. One is called RDS, Relational Database Service, and that can host a variety of different relational databases like my MySQL. For more on that, I suggest checking out the course on AWS, RDS. We're going to be using DynamoDB for our database. Amplify will assist us setting up our database in AWS with a GraphQL API. We'll be using AppSync for that. This also does a lot of work for us beyond that, like helping with database updates and pushing those updates through subscriptions, and offline data. So that's doing a lot of work for us in our app. There's also great courses on Amplify, AppSync, DynamoDB, and more if you want to learn more beyond what we're going to do here. DynamoDB allows us to quickly and easily create tables in the database. So let's go look at that. So under Services up here, I can just click down, I can see where I've been recently, I have the same giant list…

Contents