Express with Apollo Server Lambda #5135
Replies: 1 comment
-
I'd personally suggest you try using https://www.npmjs.com/package/@vendia/serverless-express to convert your Express app to Lambda rather than use If you'd like to use apollo-server-lambda, the entry point is called https://www.apollographql.com/docs/apollo-server/deployment/lambda/ shows how to deploy an apollo-server-lambda app with the |
Beta Was this translation helpful? Give feedback.
-
Hello, I am trying to deploy my app on serverless but i made it with a middleware and apollo-server-express, now for deployment section to AWS lambda, the docs say to use apollo-server-lambda, but it doesn't expose the applyMiddleware method, how do i make use of that in my express app?
Beta Was this translation helpful? Give feedback.
All reactions