You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of recently, the handler in apollo-server-lambda can be called either with a callback or as an async function. We believe that all currently running Lambda Node runtimes support the async version. Now, some folks may be wrapping our handler with their own handler and calling it callback-style, but AS3 is a fine time to drop the complexity (including weirder types, see #5072) and only export an async handler.
The text was updated successfully, but these errors were encountered:
As of recently, the handler in apollo-server-lambda can be called either with a callback or as an async function. We believe that all currently running Lambda Node runtimes support the async version. Now, some folks may be wrapping our handler with their own handler and calling it callback-style, but AS3 is a fine time to drop the complexity (including weirder types, see #5072) and only export an async handler.
The text was updated successfully, but these errors were encountered: