what is serverless? i thought it meant a static website. what does this have to do with GraphQL?
i
iamclaytonray
11/25/2017, 2:07 AM
From a very, very, very contrived version, it’s a hands-off approach to managing servers. You provide functions (just regular functions) and Lambda/Azure/GCS Functions handles the rest
iamclaytonray
11/25/2017, 2:09 AM
Serverless and GraphQL have nothing to do with each other. They can be used together but they don’t have to be. Graphcool supports functions (AWS Lambda) because of the speed/reliability/scalability/etc that serverless provides.