What stack do services like Netlify and Vercel use to implement their FaaS?
I've been learning how to use (knative) and was just wondering what the market leaders in the FaaS space are doing on the backend.
I've been learning how to use (knative) and was just wondering what the market leaders in the FaaS space are doing on the backend.
(I work at Vercel) We are primarily built on AWS hardware and our own software.
For example, a custom CDN/proxy¹, build infrastructure², compute³, WAF⁴, etc. – and then take advantage of AWS' network/fiber (like AGA⁵) and their hardware.
¹: https://vercel.com/blog/life-of-a-vercel-request-what-happen...
²: https://vercel.com/blog/a-deep-dive-into-hive-vercels-builds...
³: https://vercel.com/blog/introducing-fluid-compute
⁴: https://vercel.com/blog/preventing-infrastructure-abuse-with...
⁵: https://aws.amazon.com/global-accelerator/
thank you very much. i adore the industry, though I have spent only a limited time in it.