aws-cognito-angular-quickstart icon indicating copy to clipboard operation
aws-cognito-angular-quickstart copied to clipboard

An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)

Results 38 aws-cognito-angular-quickstart issues
Sort by recently updated
recently updated
newest added

I am extending this app to use custom authentication but got stuck with so many issues here. Can somebody help?

Tried to use S3Service, and was immediately met with a "can't resolve all parameters for S3Service". Adding `@Injectable()` before `export class S3Service {...` like the other services made it work

When you are in the aws console in the User Pool and you clicked "Reset Password " for a user , the webapp wont work anymore , the user receives...

Updated docbloc to match method signature.

I noticed that you don't use CloudFormation will you accept a PR to use CloudFormation to create the resources? I also using the API Gateway and if you accept the...

I tried to run the tests by running: npm test But i noticed that the karma.conf.js and protractor.conf.js are missing i created a new angular project and copied the files...

Unfortunately it seems the project is not working as expected at the moment. - Beanstalk deployment fails, see [issue 74](https://github.com/awslabs/aws-cognito-angular2-quickstart/issues/74) - After the `createResources.sh` is executed the _userPoolId_ and _clientId_...