amazon-archives / aws-cognito-angular-quickstart

An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
https://cognito.budilov.com
Apache License 2.0
689 stars 302 forks source link

Your code is not user friendly for beginner.. #73

Closed raviji closed 7 years ago

raviji commented 7 years ago

Need more information about userpool with angular step by step.

vbudilov commented 7 years ago

What information, that's not already available, would you like to see?

raviji commented 7 years ago

@vbudilov Your project is working fine with your code but I have angular 4 app or angular 2 app, how to use this aws cognito to my project?.

Request: Need more simple steps to implement AWS with any app.

vbudilov commented 7 years ago

Take a look at my last comment here: https://github.com/awslabs/aws-cognito-angular2-quickstart/issues/66

raviji commented 7 years ago

@vbudilov thanks for that...

I saw this https://github.com/aws/amazon-cognito-identity-js already but i am expecting for angular 4 app because you have already done with angular 2.

Thats fine am working with angular 4 app with aws, and i will make a git repo for public with full step by step doc to understand even beginner asap.

vbudilov commented 7 years ago

I've upgraded this code to angular4 a while back: "@angular/core": "4.0.0"

raviji commented 7 years ago

@vbudilov Thank you....

codercodingthecode commented 7 years ago

I wish cognito implementation was more clear, It could be as simple as google cloud login/register. But aws cognito and a bunch of its docs are just disengaged per se. This is not friendly at all. It shouldn't require so many stuff all over the place. The (one) aws-sdk should suffice since you can import only the things you need. I guess I will have to go another route with observables to get around this cognito implementation mess. I'm not hardly criticizing your implementation. But I guess, that's what aws came down to.

kwalski commented 7 years ago

agree with @andythedandyone, if cognito can't save developer's time, then what's the point