Hello friends.
Do you know integrate the new ApolloServer V4 with package integration of AWS (@as-integrations/aws-lambda) and Neo4j ?
I have try to execute in my lambda this code :
import { ApolloServer } from '@apollo/server';
import { startServer...