Amazon Cognito with AWS Amplify
If you do not have your AWS services already created, follow these steps. If you already have your services set up, just configure your aws-exports.js file.
- from the root of the project, create awsmobile project
awsmobile init
- add user sign-in / authentication (Amazon Cognito)
awsmobile user-signin enable
- push new services to console
awsmobile push