-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would like to better understand the benefits of using AWS Amplify Authentication. #19
Comments
Goal of AWS Amplify Auth is to make common tasks easy, let developer focus on their business differentiators. Amazon Cognito signUp:
AWS Amplify signUp:
|
Amplify also manages AWS Credentials gathered from Amazon Cognito Federated Identities (the above example is for Amazon Cognito User Pools). For example Instead of following this process and then signing, such as sending requests to Amazon API Gateway, Amplify does this all under the covers for you. |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
This looks like an awesome new tool. Can you help me answer the following question?
When not using aws-amplify-react or aws-amplify-react-native what is the main benefit of using the AWS Amplify Auth module over using Cognito directly?
The text was updated successfully, but these errors were encountered: