Table of Contents

About

function-as-a-service (faas) is a cloud offer where you can run a function without server.

serverless function are functions that are deployed in a serverless framework.

They are the lowest level of hardware abstraction.

Pro and cons

  • by default, they will create one connection to each server (database,…) by execution (no connection pool)

Platform

AWS Lambda

Build an App:

Others:

Azure

Google

Zeit

Serverless Hosting - Now