Serverless-List
Serverless List
-
Challenges of Serverless in 2017: Bringing serverless into the mainstream will require breaking with old habits — especially around tooling and documentation
Resource
Book
- Serverless 应用开发指南》📚: Serverless 架构是指大量依赖第三方服务(也叫做后端即服务,即“BaaS”)或暂存容器中运行的自定义代码(函数即服务,即“FaaS”)的应用程序。
Theory
- 2017-Serverless beyond Functions: Most of the time, when talking about serverless, people thinks of functions, such as those provided by AWS Lambda.
Patterns
- 2018-Serverless Code Patterns: In this post, we’ll share the best ways to structure your Serverless applications by applying the patterns directly on a simple example app we’re building — A Serverless Social Network.
AWS
- 2017-Anatomy of a Serverless Application: In this post, I’ll walk you through how to get up and running on your first application.
OpenSource
-
2021-EasyFaaS : EasyFaaS 是一个依赖轻、适配性强、资源占用少、无状态且高性能的函数计算服务引擎。
-
2017-faas : Functions as a Service - a serverless framework for Docker & Kubernetes
-
1Backend : Run your web apps with the ease of git repos. Build reusable microservices and functions.
-
OpenWhisk : OpenWhisk is a cloud-first distributed event-based programming service. It provides a programming model to upload event handlers to a cloud service, and register the handlers to respond to various events.
-
Firecracker : Secure and fast microVMs for serverless computing.
-
Plane : Plane is a container orchestrator for ambitious browser-based applications. Plane implements an architecture we call session backends.