what is serverless? i thought it meant a static we...
# prisma-whats-new
c
what is serverless? i thought it meant a static website. what does this have to do with GraphQL?
i
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
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.