An open API service indexing awesome lists of open source software.

https://github.com/divyanshu-rawat/getting-started-aws-amplify

Amazon Cognito with AWS Amplify React Auth
https://github.com/divyanshu-rawat/getting-started-aws-amplify

amazon-cognito amazon-web-services authentication aws-amplify otp-auth react

Last synced: 2 months ago
JSON representation

Amazon Cognito with AWS Amplify React Auth

Awesome Lists containing this project

README

          

Amazon Cognito with AWS Amplify

## Setting up AWS services
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.

1. from the root of the project, create awsmobile project

```
awsmobile init
```

2. add user sign-in / authentication (Amazon Cognito)

```
awsmobile user-signin enable
```

3. push new services to console

```
awsmobile push
```