Skip to content

Serverless 架构应用开发指南 - Serverless Architecture Application Development Guide with Serverless Framework.

License

Notifications You must be signed in to change notification settings

phodal/serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 27, 2022
00edf69 · Oct 27, 2022
Jul 4, 2019
Nov 8, 2017
Oct 29, 2017
Oct 29, 2017
May 15, 2018
Jul 23, 2019
Nov 2, 2019
Nov 7, 2017
Nov 9, 2017
Nov 6, 2017
Oct 31, 2017
Nov 14, 2017
Nov 15, 2017
Oct 29, 2017
Mar 13, 2019
Nov 4, 2017
Nov 8, 2017
Oct 29, 2017
Oct 29, 2017
Nov 1, 2017
Oct 29, 2017
Nov 10, 2017
Nov 4, 2017
Nov 14, 2017
Nov 10, 2017
Mar 13, 2019
Nov 3, 2017
Nov 10, 2017
Nov 13, 2017
Nov 2, 2017
Mar 13, 2019
Nov 13, 2017
Oct 27, 2022
Nov 1, 2017
Mar 13, 2019
Apr 19, 2018
Oct 29, 2017
Mar 13, 2019
Nov 11, 2017
Jul 6, 2019
Jul 6, 2019
Mar 13, 2019

Repository files navigation

Serverless 架构应用开发指南

Serverless 架构是指大量依赖第三方服务(也叫做后端即服务,即“BaaS”)或暂存容器中运行的自定义代码(函数即服务,即“FaaS”)的应用程序,函数是无服务器架构中抽象语言运行时的最小单位。在这种架构中,我们并不看重运行一个函数需要多少 CPU 或 RAM 或任何其他资源,而是更看重运行函数所需的时间,我们也只为这些函数的运行时间付费。1

注意事项

在本系列的文章中,主要采用了 Serverless Framework 来简化开发和部署流程。

Serverless Framework是无服务器应用框架和生态系统,旨在简化开发和部署AWS Lambda应用程序的工作。Serverless Framework 作为 Node.js NPM 模块提供,填补了AWS Lambda 存在的许多缺口。它提供了多个样本模板,可以迅速启动 AWS Lambda 开发。

Architecture

Serverless Application Architecture

目录

License

Phodal's Article Phodal's Book

© 2017 Phodal Huang. The code is distributed under the MIT License. See LICENSE in this directory.

© 2017 Phodal Huang. The content is distributed under the Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License. See LICENSE in this directory.

待我代码编成,娶你为妻可好

Footnotes

  1. http://www.infoq.com/cn/news/2017/04/2017-Serverless