All Projects → phodal → Serverless

phodal / Serverless

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

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
TeX
3793 projects

Projects that are alternatives of or similar to Serverless

Serverless Express
Run Node.js web applications and APIs using existing application frameworks on AWS #serverless technologies such as Lambda, API Gateway, Lambda@Edge, and ALB.
Stars: ✭ 4,265 (+163.92%)
Mutual labels:  serverless, aws-lambda, dynamodb, serverless-framework
Graphql Serverless
Sample project to guide the use of GraphQL and Serverless Architecture.
Stars: ✭ 28 (-98.27%)
Mutual labels:  serverless, aws-lambda, serverless-framework, dynamodb
Contacts api
Serverless RESTful API with AWS Lambda, API Gateway and DynamoDB
Stars: ✭ 66 (-95.92%)
Mutual labels:  serverless, aws-lambda, dynamodb
Serverless Node Simple Image Resize
Simple image resize AWS lambda function
Stars: ✭ 74 (-95.42%)
Mutual labels:  serverless, aws-lambda, serverless-framework
Serverless With Next5 Boilerplate
Serverless.js with Next.js 5 on AWS, powered by the Serverless Framework
Stars: ✭ 100 (-93.81%)
Mutual labels:  serverless, aws-lambda, serverless-framework
Serverless
⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –
Stars: ✭ 41,584 (+2473.27%)
Mutual labels:  serverless, aws-lambda, serverless-framework
Serverless Es Logs
A Serverless plugin to transport logs to ElasticSearch
Stars: ✭ 51 (-96.84%)
Mutual labels:  serverless, aws-lambda, serverless-framework
Awesome Layers
λ A curated list of awesome AWS Lambda Layers. Sponsored by https://cloudash.dev
Stars: ✭ 1,655 (+2.41%)
Mutual labels:  serverless, aws-lambda, serverless-framework
Serverless Plugin Typescript
Serverless plugin for zero-config Typescript support
Stars: ✭ 611 (-62.19%)
Mutual labels:  serverless, aws-lambda, serverless-framework
Lambda Refarch Webapp
The Web Application reference architecture is a general-purpose, event-driven, web application back-end that uses AWS Lambda, Amazon API Gateway for its business logic. It also uses Amazon DynamoDB as its database and Amazon Cognito for user management. All static content is hosted using AWS Amplify Console.
Stars: ✭ 1,208 (-25.25%)
Mutual labels:  serverless, aws-lambda, dynamodb
Discfg
A distributed, serverless, configuration tool using AWS services
Stars: ✭ 75 (-95.36%)
Mutual labels:  serverless, aws-lambda, dynamodb
Kinesis Streams Fan Out Kinesis Analytics
Amazon Kinesis Streams fan-out via Kinesis Analytics (powered by the Serverless Framework)
Stars: ✭ 95 (-94.12%)
Mutual labels:  serverless, aws-lambda, serverless-framework
Chalice
Python Serverless Microframework for AWS
Stars: ✭ 8,513 (+426.79%)
Mutual labels:  serverless, aws-lambda, serverless-framework
Ng Toolkit
⭐️ Angular tool-box! Start your PWA in two steps! Add Serverless support for existing projects and much more
Stars: ✭ 1,116 (-30.94%)
Mutual labels:  serverless, aws-lambda, serverless-framework
Serverless Aws Lambda Node Postgres
Serverless AWS Lambda with Node.js,Postgres Rest API with Sequelize.
Stars: ✭ 18 (-98.89%)
Mutual labels:  serverless, aws-lambda, serverless-framework
Serverless Node Simple Messaging
Simple email AWS lambda function
Stars: ✭ 75 (-95.36%)
Mutual labels:  serverless, aws-lambda, serverless-framework
Serverless Side Rendering React Next
Sample repo for setting up Next and React on AWS Lambda with the Serverless Framework.
Stars: ✭ 117 (-92.76%)
Mutual labels:  serverless, aws-lambda, serverless-framework
Webiny Js
Enterprise open-source serverless CMS. Includes a headless CMS, page builder, form builder and file manager. Easy to customize and expand. Deploys to AWS.
Stars: ✭ 4,869 (+201.3%)
Mutual labels:  serverless, aws-lambda, serverless-framework
Puppeteer Lambda Starter Kit
Starter Kit for running Headless-Chrome by Puppeteer on AWS Lambda.
Stars: ✭ 563 (-65.16%)
Mutual labels:  serverless, aws-lambda, serverless-framework
Serverless Plugin Git Variables
⚡️ Expose git variables to serverless
Stars: ✭ 75 (-95.36%)
Mutual labels:  serverless, aws-lambda, serverless-framework

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].