Amazon web services – AWS Lambda Authorizer returns "Unauthorized"
I'm using an AWS Lambda to authorize a GraphQL query, I want to use the authorization token to get the client information from Cognito, and use the sub in the user attributes to check if the user purchased a phone…