Skip to content

Latest commit

 

History

History
79 lines (40 loc) · 3.32 KB

serveless.md

File metadata and controls

79 lines (40 loc) · 3.32 KB

Serverless

Overview

Serverless computing refers to the concept of building and running applications that do not require server management. It describes a finer-grained deployment model where applications, bundled as one or more functions, are uploaded to a platform and then executed, scaled, and billed in response to the exact demand needed at the moment. Cloud Native Computing Foundation - Serverless overview

Serverless Architectures on martin fowler's blog

  1. Introduction to Serverless Microservices by Jeremy

  2. Serverless microservice patterns

  3. Serverless Applications: Architecture, Patterns and Azure implementation Microsoft Azure

Serverless Deployment model

Cloudflare workers

JavaScript's Journey to the Edge by Ashley Williams | JSConf EU 2019

Frameworks

KNative

OpenFaaS

OpenFaaS open cloud ci/cd workflow

PLONK Stack

OpenFaaS cloud conceptual Architecture

Lightbend State management for serverless

Examples

  1. Airline App on AWS Serveless

  1. Webiny - open source serveless CMS

  1. OpenWhisk

  1. Galactic Fog Serverless platform architecture

  1. Nuclio Serverless Platform