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
You know how we recently changed apollo-server-lambda to be a thin
wrapper around apollo-server-express? That was a bit fiddly because we
needed to pull in a third-party package to translate Lambda objects into
Express objects.
Turns out we can do the same thing for Google Cloud Functions... except
even easier, because GCF gives us Express objects already!
Note that this PR has not been fixed in a real GCF environment.
Fixes#5292.
You know how we recently changed apollo-server-lambda to be a thin
wrapper around apollo-server-express? That was a bit fiddly because we
needed to pull in a third-party package to translate Lambda objects into
Express objects.
Turns out we can do the same thing for Google Cloud Functions... except
even easier, because GCF gives us Express objects already!
Note that this PR has not been tested in a real GCF environment.
Fixes#5292.
No description provided.
The text was updated successfully, but these errors were encountered: