amazon-archives/amazon-cognito-identity-js

Getting username from IdentityId in lambda with Developer Authenticated identities

okarlsson opened this issue · 3 comments

Hi!

I'm retrieving a identity id from a developer authentication in my lambda function. Now I want to get the username that the user logged in with when they request a different function with the token that they recieved. I can see a value "Developer identifiers" in the console, is there a way to access that value from the sdk?

image

I have the same problem.

Hey @okarlsson!

Thanks for sharing.