How to handle context creation when deploying apollo server on aws lambda

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.

Hey @saidybarry, can you share a code snippet of how you’re configuring your Apollo Server? Have you checked out the docs which show how to access headers in AS Lambda?