Netlify Background Functions
As quickly as I can:
- AWS Lambda is great: it allows you to run server-side code without really running a server. This is what “serverless” largely means.
- Netlify Functions run on AWS Lambda and make them way easier to use.