sivakar12
sivakar12
'apollo-server-core' is throwing the error but out 'apollo-server-lambda' hander is catching the error and adding the error message https://github.com/apollographql/apollo-server/blob/master/packages/apollo-server-lambda/src/lambdaApollo.ts ``` try { gqlResponse = await runHttpQuery([event, lambdaContext], { method: event.httpMethod,...
I can do this if nobody else is doing it
Since we are using async-await on Promises, wouldn't it be better to use try catch for errors instead of passing a callback to catch on the promise?