Learn about available APIs when working with Vercel Functions.| vercel.com
Learn about fluid compute, an execution model for Vercel Functions that provides a more flexible and efficient way to run your functions.| vercel.com
Serverless compute does not mean you need more database connections. The math is the same for serverful and serverless. The real difference is what happens when functions suspend. We solve this issue with Fluid compute.| Vercel