I've been trying to fix this for days with deploying the existing GraphQL server using graphql-yoga to AWS Lambda. However, I'm having a node version issue because AWS Lambda only supports upto node v8.10 and my project is based on node v9.8. What is the best solution to resolve this issue? Thanks!