Determine if Cognito user is anonymous in AWS Lambda function -


when supporting anonymous cognito users there easy/efficient way determine whether user anonymous vs existing user within lambda function? know can access cognitoidentityid , cognitoidentitypoolid via context.identity property passed lambda functions.

you can call describeidentity lambda function, return logins linked identity id. need developer credentials called.


Comments

Popular posts from this blog

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -