Hi,
I have a lambda function running some backend checks and I would need to access any user details from cognito.
I’m not sur what the most efficient approach is, and I’m currently trying to use admin queries from within the lambda.
Amplify function. Is configured to access admin queries (got the name and appid env setup) and looking for example on how to call getUser (NodeJS).
I'm still trying to understand how to handle the authentication from the lambda to the adminqueries api.