I am building serverless application where I need integration of Apollo server and AWS cognito service. Right now I am facing issue apollo server is returning error {“body”:“Apollo Server supports only GET/POST requests.“,”statusCode”
405,“headers”{“Allow”:“GET, POST”}}
Its because in my serverless.yml I am using lambda integration type as
lambda