Code Design - function-as-a-service (faas) - Serverless function

Card Puncher Data Processing

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





Discover More
Card Puncher Data Processing
Infra - Layers

This article talks the layers of abstraction that exists on infrastructure in a virtual environment. The table below show you the mapping between the logical layers of: a machine layer vs a virtual...
Serverless
Serverless Architecture

serverless is an architecture paradigm that allows you to create applications without provisioning or managing any servers. The...
Card Puncher Data Processing
Virtualization - (Virtual Machine|Container)

Virtualisation is the process of recreating a machine environment inside a machine. This machine are known as virtual machine. Nowdays, the virtual machine are created with the container technology because:...



Share this page:
Follow us:
Task Runner