Getting username from IdentityId in lambda with Developer Authenticated identities
okarlsson opened this issue · 3 comments
okarlsson commented
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?
PedrooBritoo commented
I have the same problem.
okarlsson commented
Hey @PedrooBritoo!
I was able to solve this. Have a look at this function in the sdk:
PedrooBritoo commented
Hey @okarlsson!
Thanks for sharing.