Skip to content

phodal/serverless

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
July 4, 2019 23:32
November 8, 2017 22:24
May 15, 2018 08:45
November 7, 2017 21:44
November 9, 2017 22:22
November 6, 2017 21:48
October 31, 2017 13:08
November 14, 2017 09:57
November 15, 2017 21:59
October 29, 2017 15:56
March 13, 2019 10:37
November 4, 2017 17:53
November 8, 2017 22:24
October 29, 2017 20:35
November 1, 2017 20:23
November 10, 2017 19:34
ses
November 4, 2017 17:49
November 14, 2017 21:21
November 10, 2017 10:24
March 13, 2019 10:22
November 3, 2017 14:42
November 10, 2017 17:35
November 13, 2017 20:56
November 2, 2017 14:32
March 13, 2019 10:01
November 13, 2017 08:03
October 27, 2022 04:53
November 2, 2017 07:59
March 13, 2019 10:30
April 19, 2018 18:46
March 13, 2019 10:01
November 11, 2017 22:30
March 13, 2019 10:01

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