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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -