apollo-server-integrations / apollo-server-integration-aws-lambda

An integration to use AWS Lambda as a hosting service with Apollo Server
MIT License
46 stars 9 forks source link

Cannot read properties of undefined (reading 'method') #79

Closed gfpacheco closed 1 year ago

gfpacheco commented 1 year ago

I'm getting this error when trying to make an http call using localstack.

Debugging the issue I found that instead of trying to read from event.requestContext.http.method it should actually be event.requestContext.httpMethod.

gfpacheco commented 1 year ago

Nevermind, I think localstack uses v1 APIGateway events