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.

Amplify initialization

Amplify initialization - iOS Tutorial

From the course: Shared Economy for iOS Development

Start my 1-month free trial

Amplify initialization

- [Instructor] So we've installed Amplify's command line interface on the computer, and we've configured it with our AWS account. We only have to do those things once for the computer, but for each project, we have to initialize the project setup with AWS. We do that with Amplify as well. So I'm going to open up a new terminal, and I'm going to change to my project directory which is for me on the Desktop ExerciseFiles MowerApp, and then in here I can run amplify init. This will do some detection of my project to determine the names and the environment and such, so for the project name it detected MowerApp, I'll leave it at that, and for the environment, I'm going to name it mowerenv and then it asks me what default editor I want to use. This may depend on what you have installed, I'm going to select Vim. And then it also detected that we have an iOS project, so I can just hit return, and now it's going to ask me if I want to use a profile. We set up our profile when we configured…

Contents