How do I pass my initialized GraphQL handler to multiple AWS Lambda functions?

How do I pass my initialized GraphQL handler to multiple AWS Lambda functions?

I have a GraphQL server that is using AWS Lambdas. I am trying to create type resolvers for many of my domain objects.

 

Read More