I Have successfully deployed my Apollo GraphQL server on AWS lambda function, but I can’t seem to access the authorization header to obtain the access token and verify it to send the clients info to the resolvers via the context.
I would really appreciate any help.