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 304 forks source link

getCognitoIdentity returns null #18

Closed vinodhum closed 7 years ago

vinodhum commented 7 years ago

Hi, I can perform all the tasks like login, create user or access resources. but when I try to get getCognitoIdentity it returns null. this is what I was trying to get the cognito Id "CognitoUtil.getCognitoIdentity()" but it returns null.

because of this I cannot Fine-Grained Access Control on dynamodb.

vbudilov commented 7 years ago

Hi @vinodhum ,

Have you changed the code in any way after cloning it? Does the code work as is (without any changes)?

Thanks, Vladimir

vbudilov commented 7 years ago

Closing due to inactivity.