amazon-archives / aws-serverless-auth-reference-app

Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.
Other
754 stars 193 forks source link

InvalidIdentityPoolConfigurationException: Invalid identity pool configuration. Check assigned IAM roles for this pool. #29

Closed rohitvinay closed 6 years ago

rohitvinay commented 7 years ago

I cloned the git repo, gulp deployed the aws settings, i get such an error loading the app Uncaught (in promise): InvalidIdentityPoolConfigurationException: Invalid identity pool configuration. Check assigned IAM roles for this pool.

justonian commented 6 years ago

Hmm. Did you run "gulp deploy" exact in the sequence provided in the developer guide? Also, have you manipulated the user pool or identity pool since it was programmatically created? I think that might have caused your issue here.

justonian commented 6 years ago

Closing this issue since I've not been able to reproduce this issue and others have not reported it. I suggest completely un-deploying the project via gulp undeploy then re-deploying fresh as the issue above sounds like manual changes were made via the console which broke your deployment. A fresh deployment should fix this.