Blog Logo
TAGS

Configure AWS Amplify

In this section we are going to allow our users to login and sign up for our app. To do this we are going to start connecting the AWS resources that we created in the backend section. To do this we’ll be using a library called AWS Amplify. AWS Amplify provides a few simple modules (Auth, API, and Storage) to help us easily connect to our backend. Install AWS Amplify, Create a Config, Add AWS Amplify, Commit the Changes. Next up, we are going to work on creating our login and sign up forms.