From the course: AWS and React: Creating Full-Stack Apps

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

AWS S3 hosting with Amplify

AWS S3 hosting with Amplify

- [Instructor] Okay, so we have our React Project set up and it's ready for us to edit it and add AWS features. So now, let's set up the AWS part for our project. We're going to be using AWS Amplify CLI, the Command Line Interface. This will allow us to add our AWS features through the command line and then sync it with AWS. There's also the Amplify Studio, which is more visual. It's a more web-based version of using Amplify. And I recommend you check out the course at LinkedIn Learning on Amplify Studio. It's really, really a helpful tool. And if you use the CLI, you can still use the Amplify Studio with your project later as well. It's not one or the other. So in this video, I'm going to install the Amplify CLI, then I'm going to configure it with my AWS account. So the first thing I want to do is install the CLI. If I go to a browser, I can go to docs.amplify.aws, and this can show me how to get started, what language I…

Contents