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
Post a Comment