I've been trying to fix this for days with deployi...
# orm-help
l
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!
n
what node feature from 9.8 do you use that is not present in node 8.10?