danilop / LambdAuth

A sample authentication service implemented with a server-less architecture, using AWS Lambda to host and execute the code and Amazon DynamoDB as persistent storage. This provides a cost-efficient solution that is scalable and highly available and can be used with Amazon Cognito for Developer Authenticated Identities.
MIT License
1.37k stars 234 forks source link

Cognito pool issue #65

Open tanzeelrana opened 7 years ago

tanzeelrana commented 7 years ago

My init script runs perfectly fine without any errors but when I go back to view all my resources created in aws console, I am unable to locate my cognito pool in the console

https://console.aws.amazon.com/cognito/home?region=us-east-1

I even see the Identity pool ID in the cli logs

image

Can someone help me debug this issue or point me in the right direction please? I have been banging my head all night on this and no results.

Edit :

I find the LambdAuth pool being created under my federated identities section.

image

Can someone guide me how to create under user pools and not under federated identities ?
Or am I doing something really wrong ?

Cheers,

LucasBadico commented 5 years ago

it is not in this arquiteture. For user pool you have to use the cognito services api.