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
trafficstars

I had to change the base href to include the '.' prefix in order to get the application rendering correctly from S3. Otherwise resource request from index.html were to, for...

I created my own user pool and I needed help in how to integrate my own user pool in the was-cognito-quickstart? I am new to Angular so I am pretty...

The script was failing for file paths containing spaces

I would ask to add a binding to 0.0.0.0. This would make it easier to execute this application in VMs, containers. Without that parameter - the applicaiton would bind to...

I have migrated the angular 5 to angular 6. The changes are done by based on the official documentation https://update.angular.io/. The package.json files is updated.

When I go through the tutorial I get the following error trying to use the app both locally and in s3. ERROR Error: Both UserPoolId and ClientId are required. at...

The following console warning shows up on the register component upon updating to Angular 6: It looks like you're using ngModel on the same form field as formControlName. Support for...

Region was hard coded. Improved so that the region can be set using standard environment variable, profile default region or user input (in this order).

Use an http interceptor to add the authorization header to http calls to further decouple the rest of the application from the authorization layer.

Components should not be aware of the authorization layer. Use an auth guard in the router to prevent access to routes that require authorization. This decouples the auth layer from...