Skip to content

Latest commit

 

History

History
1814 lines (1238 loc) · 131 KB

serverless.md

File metadata and controls

1814 lines (1238 loc) · 131 KB
  1. amazon
  2. amazon-api-gateway
  3. amazon-cognito
  4. amazon-dynamodb
  5. amazon-web-services
  6. analytics
  7. angular
  8. angular4
  9. apache-spark
  10. apex
  11. api
  12. api-gateway
  13. api-management
  14. apigateway
  15. apps
  16. auth0
  17. authentication
  18. authorization
  19. aws-amplify
  20. aws-apigateway
  21. aws-cli
  22. aws-cloudwatch
  23. aws-codebuild
  24. aws-dynamodb
  25. aws-iot
  26. aws-s3
  27. aws-sam
  28. aws-sdk
  29. aws-serverless
  30. aws-ses
  31. azure
  32. azure-functions
  33. baas
  34. babel
  35. backend-as-a-service
  36. big-data
  37. bitcoin
  38. blockchain
  39. blockstack
  40. blog
  41. bluemix
  42. boilerplate
  43. bot
  44. chrome
  45. chromium
  46. ci-cd
  47. cli
  48. clojure
  49. clojurescript
  50. cloud
  51. cloud-computing
  52. cloud-functions
  53. cloud-native
  54. cloudformation
  55. cloudwatch
  56. cognito
  57. cognito-quickstart
  58. composition
  59. consul
  60. containers
  61. continuous-delivery
  62. continuous-integration
  63. database
  64. decentralized
  65. deep-framework
  66. developer-tools
  67. devops
  68. django
  69. docker
  70. dynamodb
  71. ecs
  72. elasticsearch
  73. es2017
  74. ethereum
  75. event-driven
  76. example
  77. express
  78. expressjs
  79. faas
  80. faas-platform
  81. firebase
  82. firebase-functions
  83. flask
  84. forms
  85. framework
  86. frontend
  87. full-stack
  88. function-as-a-service
  89. functions
  90. functions-as-a-service
  91. gcp
  92. github
  93. go
  94. golang
  95. google-cloud
  96. google-cloud-functions
  97. graphcool
  98. graphql
  99. graphql-server
  100. hacktoberfest
  101. haskell
  102. headless
  103. headless-chrome
  104. http
  105. iam
  106. ibm-cloud
  107. ibm-cloud-functions
  108. ibm-developer-technology-cloud
  109. ibm-openwhisk
  110. ibmcode
  111. ide
  112. identity
  113. integration
  114. iot
  115. java
  116. javascript
  117. jersey
  118. jest
  119. json
  120. json-schema
  121. k8s
  122. kinesis
  123. kubernetes
  124. lambda-functions
  125. machine-learning
  126. microservice
  127. microservices
  128. middleware
  129. mobile-hub
  130. mongodb
  131. moonmail
  132. neap
  133. nginx
  134. node
  135. nodejs
  136. notifications
  137. openfaas
  138. openwhisk
  139. p2p
  140. pdf
  141. pdf-converter
  142. phantomjs
  143. php
  144. plugin
  145. postgresql
  146. prometheus
  147. pubsub
  148. pyramid
  149. python
  150. react
  151. react-native
  152. reactjs
  153. realtime
  154. redis
  155. redux
  156. registry
  157. relay
  158. requirements
  159. route53
  160. s3
  161. sam
  162. sdk-js
  163. sdks
  164. secret-management
  165. security
  166. security-tools
  167. selenium
  168. server
  169. server-side-rendering
  170. service
  171. service-mesh
  172. skygear
  173. slack
  174. sls
  175. spark
  176. spring-boot
  177. static-site
  178. stdlib
  179. step-functions
  180. storage
  181. swarm
  182. tensorflow
  183. terraform
  184. typescript
  185. up
  186. vue
  187. webhook
  188. webhooks
  189. webpack
  190. webpack2
  191. workshop
  192. zappa

amazon

  1. shep. A framework for building JavaScript Applications with AWS API Gateway and Lambda
  2. serverless-dynamodb-autoscaling. Serverless Plugin for Amazon DynamoDB Auto Scaling configuration.

amazon-api-gateway

  1. aws-serverless-auth-reference-app. Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.
  2. serverless-photo-recognition. A collection of 3 lambda functions that are invoked by Amazon S3 or Amazon API Gateway to analyze uploaded images with Amazon Rekognition and save picture labels to ElasticSearch (written in Kotlin)
  3. serverless-plugin-simulate. This is a proof of concept to see if we can replicate Amazon API Gateway using docker images to run lambda

amazon-cognito

  1. aws-cognito-angular-quickstart. An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
  2. aws-serverless-auth-reference-app. Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.
  3. serverless-photo-recognition. A collection of 3 lambda functions that are invoked by Amazon S3 or Amazon API Gateway to analyze uploaded images with Amazon Rekognition and save picture labels to ElasticSearch (written in Kotlin)
  4. ionic-app-with-aws-cognito. Angular 4, Ionic 3, and AWS (Amazon) Cognito User Pools. Authentication out of the box.

amazon-dynamodb

  1. aws-cognito-angular-quickstart. An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
  2. serverless-chat. A serverless web chat built using AWS Lambda, AWS IoT (for WebSockets) and Amazon DynamoDB

amazon-web-services

  1. aws-lambda-zombie-workshop. Code and walkthrough labs to set up a serverless chat application for the Zombie Apocalypse Workshop
  2. aws-microservices-deploy-options. This repo contains a simple application that consists of three microservices. Each application is deployed using different Compute options on AWS.
  3. Workshop-DonkeyTracker. Workshop to build a serverless tracking application for your mobile device with an AWS backend

analytics

  1. iopipe-js-core. AWS Lambda metrics, tracing, & analytics for Node.js
  2. serverless-analytics. Track website visitors with Serverless Analytics using Kinesis, Lambda, and TypeScript.

angular

  1. formio. The combined Form and API platform for Serverless Applications.
  2. aws-cognito-angular-quickstart. An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
  3. angular-universal-pwa. Angular Universal PWA boilerplate/starter schematics for Angular CLI; with serverless environment support.
  4. angular-formio. JSON powered forms for Angular

angular4

  1. aws-cognito-angular-quickstart. An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
  2. ionic-app-with-aws-cognito. Angular 4, Ionic 3, and AWS (Amazon) Cognito User Pools. Authentication out of the box.

apache-spark

  1. mist. Serverless proxy for Spark cluster
  2. spark-on-lambda. Apache Spark on AWS Lambda

apex

  1. apex-go. Golang runtime for Apex/Lambda.
  2. node-lambda-log. Basic logging mechanism for Node 6.10+ Lambda Functions

api

  1. up. Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
  2. fusio. Open source API management platform
  3. aws-serverless-java-container. A Java wrapper to run Spring, Jersey, Spark, and other apps inside AWS Lambda.
  4. mist. Serverless proxy for Spark cluster
  5. serverless-node-dynamodb-api. API powered by Serverless, TypeScript, Webpack and DynamoDB, intended as a starting point for Serverless APIs
  6. squeezer. Squeezer Framework - Build event-driven APIs & Web applications on microservices using AWS Lambda, Azure Functions, Google Functions & more . Serverless !
  7. lambda-api. Lightweight web framework for your serverless applications
  8. utsusemi. A tool to generate a static website by crawling the original site.

api-gateway

  1. kong. 🐒 The Microservice API Gateway
  2. Zappa. Serverless Python
  3. up. Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
  4. claudia. Deploy Node.js projects to AWS Lambda and API Gateway easily
  5. aws-sam-local. AWS SAM Local 🐿 is a CLI tool for local development and testing of Serverless applications
  6. aws-mobile-react-native-starter. AWS Mobile React Native Starter App https://aws.amazon.com/mobile
  7. aws-serverless-express. Run serverless applications and REST APIs using your existing Node.js application framework, on top of AWS Lambda and Amazon API Gateway
  8. aws-serverless-java-container. A Java wrapper to run Spring, Jersey, Spark, and other apps inside AWS Lambda.
  9. aws-mobile-react-sample. A React Starter App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.
  10. gloo. The Function Gateway built on top of Envoy
  11. shep. A framework for building JavaScript Applications with AWS API Gateway and Lambda
  12. aegis. Serverless Golang deploy tool and framework for AWS Lambda
  13. serverless-domain-manager. Serverless plugin for managing custom domains with API Gateways.
  14. serverless-aws-documentation. Serverless 1.0 plugin to add documentation and models to the serverless generated API Gateway
  15. Hexaville. The modern serverless web application engine and framework for Swift
  16. serverless-architectures-aws. The code repository for the Serverless Architectures on AWS book
  17. jrestless. Run JAX-RS applications on AWS Lambda using Jersey. Supports Spring 4.x. The serverless framework can be used for deployment.
  18. serverless-aws-alias. Alias support for Serverless 1.x
  19. shim. HTTP Handler shim for Go projects running on AWS Lambda
  20. lambda-api. Lightweight web framework for your serverless applications
  21. developer-portal. API for 3rd-Party Developers of Keboola Connection
  22. Workshop-DonkeyTracker. Workshop to build a serverless tracking application for your mobile device with an AWS backend
  23. cim. CIM takes the pain out of Infrastructure as Code and CloudFormation

api-management

  1. kong. 🐒 The Microservice API Gateway
  2. fusio. Open source API management platform
  3. gloo. The Function Gateway built on top of Envoy

apigateway

  1. aws-lambda-go-net. Network I/O interface for AWS Lambda Go runtime.
  2. jazz. Jazz Serverless Development Platform
  3. aws-lambda-go-event. Type definitions for AWS Lambda event sources.

apps

  1. blockstack-core. The reference implementation of Blockstack
  2. blockstack-browser. The Blockstack Browser
  3. awesome-decentralized. 🕶 Awesome list of distributed, decentralized, p2p apps and tools 👍
  4. squeezer. Squeezer Framework - Build event-driven APIs & Web applications on microservices using AWS Lambda, Azure Functions, Google Functions & more . Serverless !

auth0

  1. serverless-architectures-aws. The code repository for the Serverless Architectures on AWS book
  2. serverless-node-dynamodb-api. API powered by Serverless, TypeScript, Webpack and DynamoDB, intended as a starting point for Serverless APIs

authentication

  1. aws-serverless-auth-reference-app. Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.
  2. serverless-architectures-aws. The code repository for the Serverless Architectures on AWS book
  3. serverless-node-dynamodb-api. API powered by Serverless, TypeScript, Webpack and DynamoDB, intended as a starting point for Serverless APIs

authorization

  1. aws-serverless-auth-reference-app. Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.
  2. serverless-architectures-aws. The code repository for the Serverless Architectures on AWS book

aws-amplify

  1. aws-mobile-react-native-starter. AWS Mobile React Native Starter App https://aws.amazon.com/mobile
  2. aws-mobile-react-sample. A React Starter App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.

aws-apigateway

  1. chalice. Python Serverless Microframework for AWS
  2. serverless-offline. Emulate AWS λ and API Gateway locally when developing your Serverless project
  3. aws-serverless-auth-reference-app. Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.
  4. aws-lambda-dotnet. Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
  5. serverless-photo-recognition. A collection of 3 lambda functions that are invoked by Amazon S3 or Amazon API Gateway to analyze uploaded images with Amazon Rekognition and save picture labels to ElasticSearch (written in Kotlin)
  6. aws-lambda-go-net. Network I/O interface for AWS Lambda Go runtime.
  7. serverless-aws-documentation. Serverless 1.0 plugin to add documentation and models to the serverless generated API Gateway
  8. cidr-house-rules. A lightweight API and collection system to centralize important AWS resource information across multiple accounts
  9. serverless-sam. Serverless framework plugin to export AWS SAM templates for a service
  10. myrmex. Serverless application builder 🐜

aws-cli

  1. awesome-aws. A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
  2. Workshop-DonkeyTracker. Workshop to build a serverless tracking application for your mobile device with an AWS backend

aws-cloudwatch

  1. serverless-plugin-aws-alerts. A Serverless Framework plugin that creates CloudWatch alarms for functions.
  2. s3logs-cloudwatch. AWS Lambda function to parse S3 server log files and export metrics to AWS CloudWatch.

aws-codebuild

  1. es2017-lambda-boilerplate. AWS Lambda boilerplate for Node.js 6.10, adding ES2018/7/6 features, Docker-based unit testing and various CI/CD configurations
  2. aws-codebuild-jenkins-plugin. A plugin used to allow Jenkins users to run a build using AWS CodeBuild.
  3. github-codebuild-integration. Run and Integrate AWS CodeBuild with GitHub Push/Pull-Request webhook events.

aws-dynamodb

  1. cidr-house-rules. A lightweight API and collection system to centralize important AWS resource information across multiple accounts
  2. dynamo-typeorm. ORM for AWS DynamoDB, with ES6 / TS support

aws-iot

  1. serverless-notifications. Serverless Service for Serverless Notifications (AWS IoT)
  2. serverless-chat. A serverless web chat built using AWS Lambda, AWS IoT (for WebSockets) and Amazon DynamoDB
  3. serverless-multiplayer-game. A multiplayer game (Bomberman-like) using Serverless concepts
  4. iot-serverless-websockets-react-boilerplate.

aws-s3

  1. aws-cognito-angular-quickstart. An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
  2. serverless-photo-recognition. A collection of 3 lambda functions that are invoked by Amazon S3 or Amazon API Gateway to analyze uploaded images with Amazon Rekognition and save picture labels to ElasticSearch (written in Kotlin)
  3. retinal. 🏙 Retinal is a Serverless AWS Lambda service for resizing images on-demand or event-triggered
  4. ticketless. An amazing workshop about AWS and Serverless where you have the chance to build a time-travel music business! 😱

aws-sam

  1. ServerlessByDesign. A visual approach to serverless development. Think. Build. Repeat.
  2. serverless-sam. Serverless framework plugin to export AWS SAM templates for a service
  3. invoiceless. Serverless backend for sending simple recurring invoices

aws-sdk

  1. awesome-aws. A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
  2. es2017-lambda-boilerplate. AWS Lambda boilerplate for Node.js 6.10, adding ES2018/7/6 features, Docker-based unit testing and various CI/CD configurations

aws-serverless

  1. aws-serverless-express. Run serverless applications and REST APIs using your existing Node.js application framework, on top of AWS Lambda and Amazon API Gateway
  2. Workshop-DonkeyTracker. Workshop to build a serverless tracking application for your mobile device with an AWS backend

aws-ses

  1. invoiceless. Serverless backend for sending simple recurring invoices
  2. aws-ses-serverless-example. AWS SES example in NodeJS using lambda

azure

  1. cloud-custodian. Rules engine for cloud fleet management and governance, DSL in yaml for policies to query, filter, and take actions on resources
  2. serverless-azure-functions. Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
  3. jazz. Jazz Serverless Development Platform
  4. azure-function-express. ⚡️Allows Express.js usage with Azure Functions
  5. azure-functions-python-samples. Azure Functions Python Sample Codes
  6. Microservice. Xigadee is an open-source Microservice framework, developed by Paul Stancer and Guy Steel. The libraries provide a simple and consistent approach for building modern enterprise API and Microservice based solutions; specifically those solutions targeted on the Azure platform.
  7. logicapps. Azure Logic Apps labs, samples, and tools
  8. serverless-url-shortener. Azure Function for a URL shortening website. Uses serverless functions, Azure Table Storage and Application Insights.
  9. CADLab_Loyalty. This is a end to end Loyalty business scenario

azure-functions

  1. serverless. Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –
  2. guide. Serverless Guide - An open-source definitive guide to serverless architectures.
  3. sample-stripe-handler. Serverless function that uses the stripe api for a checkout process in a Vue application
  4. serverless-azure-functions. Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
  5. jazz. Jazz Serverless Development Platform
  6. AzureFunctionsIntroduction. Sample Code for Azure Functions
  7. azure-function-express. ⚡️Allows Express.js usage with Azure Functions
  8. azure-functions-python-samples. Azure Functions Python Sample Codes
  9. squeezer. Squeezer Framework - Build event-driven APIs & Web applications on microservices using AWS Lambda, Azure Functions, Google Functions & more . Serverless !
  10. serverless-url-shortener. Azure Function for a URL shortening website. Uses serverless functions, Azure Table Storage and Application Insights.
  11. CADLab_Loyalty. This is a end to end Loyalty business scenario

baas

  1. skygear-server. Skygear Server - Open-source Mobile Backend, making app development easier.
  2. JavaBaasServer. JavaBaas server application.
  3. hydrogen-js-sdk. 知晓云 Serverless JS SDK
  4. js-sdk. Baqend JavaScript SDK and CLI for High-Performance Websites

babel

  1. serverless-webpack. Serverless plugin to bundle your lambdas with Webpack
  2. serverless-babel-starter. 🗄🙅‍♀️ Serverless with all the fixings: Webpack, Babel, Jest, ESLint, and Prettier.
  3. serverless-nodejs-starter. A Node.js starter for the Serverless Framework with async/await and unit test support
  4. serverless-plugin-typescript. Serverless plugin for zero-config Typescript support
  5. serverless-plugin-optimize. Bundle with Browserify, transpile and minify with Babel automatically to your NodeJS runtime compatible JavaScript

backend-as-a-service

  1. serverless-architectures-aws. The code repository for the Serverless Architectures on AWS book
  2. js-sdk. Baqend JavaScript SDK and CLI for High-Performance Websites

big-data

  1. kubernetes-handbook. Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook
  2. mist. Serverless proxy for Spark cluster
  3. spark-on-lambda. Apache Spark on AWS Lambda

bitcoin

  1. blockstack-core. The reference implementation of Blockstack
  2. blockstack-browser. The Blockstack Browser

blockchain

  1. embark. Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
  2. blockstack-core. The reference implementation of Blockstack
  3. blockstack-browser. The Blockstack Browser

blockstack

  1. blockstack-core. The reference implementation of Blockstack
  2. blockstack-browser. The Blockstack Browser

blog

  1. blog. serverless.com/blog – Posts from the Serverless community & core team. Contributions welcome!
  2. blog. 📖基于Github的动态博客,所有数据来源于Github的API

bluemix

  1. logistics-wizard. The Logistics Wizard is an end-to-end, smart supply chain management solution that showcases how to execute hybrid cloud, microservices, and predictive data analytics in the real world.
  2. ibm-cloud-functions-serverless-ocr-openchecks. Serverless bank check deposit processing with object storage and optical character recognition using Apache OpenWhisk powered by IBM Cloud Functions. See the Tech Talk replay for a demo.
  3. serverless-home-automation. Voice-controlled Home Automation Using IBM Watson Services & IBM Cloud Functions
  4. OpenWhisk-on-Kubernetes. This code demonstrates the deployment of OpenWhisk on Kubernetes cluster from Bluemix container service

boilerplate

  1. react-firebase-starter. Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
  2. serverless-authentication-boilerplate. Generic authentication boilerplate for Serverless framework
  3. angular-universal-pwa. Angular Universal PWA boilerplate/starter schematics for Angular CLI; with serverless environment support.
  4. serverless-slack-app. A Serverless.js Slack App Boilerplate with OAuth and Bot actions
  5. serverless-architecture-boilerplate. Boilerplate to organize and deploy big projects using AWS API Gateway and AWS Lambda with Serverless Framework ⚡ 🚀 ⚡ 🚀
  6. commerceql. CommerceQL is a minimalist serverless eCommerce template

bot

  1. derek. derek - a serverless 🤖 to manage PRs and issues
  2. serverless-slack-app. A Serverless.js Slack App Boilerplate with OAuth and Bot actions
  3. coinboss. ⚡️💸💰 A Serverless Coinbase tradingbot.
  4. serverless-slackbot. A boilerplate Serverless Slackbot framework with a custom scripts folder (like Hubot)

chrome

  1. chromeless. 🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda.
  2. serverless-chrome. 🌐 Run headless Chrome/Chromium on AWS Lambda (maybe Azure, & GCP later)
  3. puppeteer-lambda-starter-kit. Starter Kit for running Headless-Chrome by Puppeteer on AWS Lambda.

chromium

  1. serverless-chrome. 🌐 Run headless Chrome/Chromium on AWS Lambda (maybe Azure, & GCP later)
  2. lambdium. headless chrome + selenium webdriver in AWS Lambda using the serverless application model

ci-cd

  1. aws-serverless-samfarm. This repo is full CI/CD Serverless example which was used in the What's New with AWS Lambda presentation at Re:Invent 2016.
  2. serverless-plugin-canary-deployments. Canary deployments for your Serverless application

cli

  1. deployer. 📟 A tool for fetching, building, pushing and deploying applications.
  2. shell. An Electron-based development tool for IBM Cloud Functions and Composer.
  3. serviceless. Cli tool on top of Serverless framework

clojure

  1. cljs-lambda. Utilities around deploying Clojurescript functions to AWS Lambda
  2. portkey. Live-coding the Cloud
  3. serverless-cljs-plugin. Serverless plugin for Clojurescript deployment w/ cljs-lambda

clojurescript

  1. cljs-lambda. Utilities around deploying Clojurescript functions to AWS Lambda
  2. serverless-cljs-plugin. Serverless plugin for Clojurescript deployment w/ cljs-lambda

cloud

  1. awesome-aws. A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
  2. chalice. Python Serverless Microframework for AWS
  3. cloud-custodian. Rules engine for cloud fleet management and governance, DSL in yaml for policies to query, filter, and take actions on resources
  4. skypad. Skypad
  5. portkey. Live-coding the Cloud
  6. firecamp. Serverless Platform for the stateful services
  7. ServerlessByDesign. A visual approach to serverless development. Think. Build. Repeat.
  8. aws-lambda-scala. Writing AWS Lambdas in Scala
  9. node-lambda-log. Basic logging mechanism for Node 6.10+ Lambda Functions

cloud-computing

  1. kubernetes-handbook. Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook
  2. cloud-custodian. Rules engine for cloud fleet management and governance, DSL in yaml for policies to query, filter, and take actions on resources

cloud-functions

  1. cloudfunc. deploying Google Cloud Functions written in Golang with ease
  2. firebase-functions-graphql-example. GraphQL server running on Cloud Functions for Firebase
  3. sanfran. SanFran - Serverless Functions for Kubernetes

cloud-native

  1. kong. 🐒 The Microservice API Gateway
  2. kubernetes-handbook. Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook
  3. deep-framework. Full-stack JavaScript Framework for Cloud-Native Web Applications (perfect for Serverless use cases)
  4. deep-microservices-todomvc. Todo Microservice is built on top of DEEP Framework using Microservices Architecture

cloudformation

  1. awesome-aws. A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
  2. LambStatus. Serverless Status Page System
  3. dawson-cli. A serverless web framework for Node.js on AWS (CloudFormation, CloudFront, API Gateway, Lambda)
  4. gofaas. A boilerplate Go and AWS Lambda app. Demonstrates an expert configuration of 10+ AWS services to support running Go functions-as-a-service (FaaS).
  5. serverless-domain-manager. Serverless plugin for managing custom domains with API Gateways.
  6. serverless-dynamodb-autoscaling. Serverless Plugin for Amazon DynamoDB Auto Scaling configuration.
  7. ServerlessByDesign. A visual approach to serverless development. Think. Build. Repeat.
  8. aws. Stuff I use for my AWS demos
  9. cim. CIM takes the pain out of Infrastructure as Code and CloudFormation

cloudwatch

  1. awesome-aws. A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
  2. aws-lambda-go-event. Type definitions for AWS Lambda event sources.
  3. Workshop-DonkeyTracker. Workshop to build a serverless tracking application for your mobile device with an AWS backend
  4. node-lambda-log. Basic logging mechanism for Node 6.10+ Lambda Functions

cognito

  1. aws-mobile-react-native-starter. AWS Mobile React Native Starter App https://aws.amazon.com/mobile
  2. aws-cognito-angular-quickstart. An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
  3. aws-serverless-auth-reference-app. Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.
  4. aws-mobile-react-sample. A React Starter App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.
  5. aws-lambda-go-event. Type definitions for AWS Lambda event sources.
  6. Workshop-DonkeyTracker. Workshop to build a serverless tracking application for your mobile device with an AWS backend

cognito-quickstart

  1. aws-cognito-angular-quickstart. An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
  2. aws-serverless-auth-reference-app. Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.

composition

  1. nstack. Type-safe, composable microservices for data analytics
  2. composer. Composer is a new programming model for composing IBM Cloud Functions, built on Apache OpenWhisk.

consul

  1. kong. 🐒 The Microservice API Gateway
  2. firecamp. Serverless Platform for the stateful services

containers

  1. fn. The container native, cloud agnostic serverless platform.
  2. nuclio. High-Performance Serverless event and data processing platform
  3. kubernetes-handbook. Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook
  4. nstack. Type-safe, composable microservices for data analytics
  5. spring-boot-microservices-on-kubernetes. In this code we demonstrate how a simple Spring Boot application can be deployed on top of Kubernetes. This application, Office Space, mimicks the fictitious app idea from Michael Bolton in the movie "Office Space".
  6. riff-tutorial. How-to guide for testing the riff FaaS platform and Istio on Google Kubernetes Engine.
  7. aws-microservices-deploy-options. This repo contains a simple application that consists of three microservices. Each application is deployed using different Compute options on AWS.
  8. sky-island. FaaS platform for running raw Go functions.
  9. OpenWhisk-on-Kubernetes. This code demonstrates the deployment of OpenWhisk on Kubernetes cluster from Bluemix container service

continuous-delivery

  1. oc. OpenComponents, painless micro-frontends delivery
  2. serverless-plugin-canary-deployments. Canary deployments for your Serverless application
  3. lambda-pipeline. A continuous delivery pipeline for AWS Lambda, managed by AWS CloudFormation

continuous-integration

  1. aws-codebuild-jenkins-plugin. A plugin used to allow Jenkins users to run a build using AWS CodeBuild.
  2. serverless-plugin-canary-deployments. Canary deployments for your Serverless application
  3. functionci. FunctionCI is an open source Continuous Integration tool for AWS Lambdas.

database

  1. prisma. ⚡️ Prisma turns your database into a realtime GraphQL API
  2. s3-db. Document database API wrapped around Amazon S3.

decentralized

  1. embark. Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
  2. blockstack-core. The reference implementation of Blockstack
  3. blockstack-browser. The Blockstack Browser
  4. awesome-decentralized. 🕶 Awesome list of distributed, decentralized, p2p apps and tools 👍

deep-framework

  1. deep-framework. Full-stack JavaScript Framework for Cloud-Native Web Applications (perfect for Serverless use cases)
  2. deep-microservices-todomvc. Todo Microservice is built on top of DEEP Framework using Microservices Architecture

developer-tools

  1. ServerlessByDesign. A visual approach to serverless development. Think. Build. Repeat.
  2. clay-cli. CLI for Clay - A powerful set of tools to create Functions As A Service (FaaS)

devops

  1. iopipe-js-core. AWS Lambda metrics, tracing, & analytics for Node.js
  2. list-lambdas. Enumerate Lambda functions across all regions with useful metadata 💡💵⚙
  3. aws-codebuild-jenkins-plugin. A plugin used to allow Jenkins users to run a build using AWS CodeBuild.
  4. serviceless. Cli tool on top of Serverless framework

django

  1. Zappa. Serverless Python
  2. zappa-django-guide. A full featured walkthough of using django on zappa (powered by AWS Lambda in serverless environment)

docker

  1. kong. 🐒 The Microservice API Gateway
  2. faas. OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes
  3. incubator-openwhisk. Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.
  4. fn. The container native, cloud agnostic serverless platform.
  5. aws-sam-local. AWS SAM Local 🐿 is a CLI tool for local development and testing of Serverless applications
  6. functions. IronFunctions - the serverless microservices platform by
  7. nuclio. High-Performance Serverless event and data processing platform
  8. kubernetes-handbook. Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook
  9. fx. fx is a framework to help you do Function as a Service with painless on your own servers
  10. faas-netes. Serverless Kubernetes with OpenFaaS (Functions as a Service)
  11. serverless-docker. Build serverless apps with Docker
  12. Time2Code. Portable Scalable web code editor to integrate into your sites and learning experiences
  13. scar. Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)
  14. funker. Functions as Docker containers
  15. serverless-golang. AWS Lambda Go functions using Serverless Framework and Python shim
  16. es2017-lambda-boilerplate. AWS Lambda boilerplate for Node.js 6.10, adding ES2018/7/6 features, Docker-based unit testing and various CI/CD configurations
  17. firecamp. Serverless Platform for the stateful services
  18. workshop. Hands-on labs: Serverless and OpenFaaS with Python
  19. serverless-plugin-simulate. This is a proof of concept to see if we can replicate Amazon API Gateway using docker images to run lambda
  20. aws-microservices-deploy-options. This repo contains a simple application that consists of three microservices. Each application is deployed using different Compute options on AWS.
  21. gofn. Function process via docker provider (serverless minimalist)
  22. aws. Stuff I use for my AWS demos
  23. zappa. Zappa Docker image based on Lambda compatible base
  24. docker-in-aws-lambda. Run Docker containers in AWS Lambda
  25. ibm-cloud-functions-serverless-ocr-openchecks. Serverless bank check deposit processing with object storage and optical character recognition using Apache OpenWhisk powered by IBM Cloud Functions. See the Tech Talk replay for a demo.
  26. faas-rancher. [DEPRECATED] Enable Rancher as a backend for Functions as a Service (OpenFaaS) https://github.com/alexellis/faas
  27. faas_facebox. OpenFaaS anonymize function. Use MachineBox service.

dynamodb

  1. awesome-aws. A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
  2. aws-mobile-react-native-starter. AWS Mobile React Native Starter App https://aws.amazon.com/mobile
  3. scope. 🔭 Scope - Create a birdeye's view of your Github project and embed on your site
  4. aws-mobile-react-sample. A React Starter App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.
  5. serverless. Serverless 架构应用开发指南 - Serverless Architecture Application Development Guide with Serverless Framework.
  6. serverless-dynamodb-local. Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless
  7. eventsource. Serverless Go event sourcing library built on top of dynamodb
  8. serverless-analytics. Track website visitors with Serverless Analytics using Kinesis, Lambda, and TypeScript.
  9. sqs-worker-serverless. Example for SQS Worker in AWS Lambda using Serverless
  10. serverless-dynamodb-autoscaling. Serverless Plugin for Amazon DynamoDB Auto Scaling configuration.
  11. discfg. A distributed, serverless, configuration tool using AWS services
  12. aws-lambda-go-event. Type definitions for AWS Lambda event sources.
  13. serverless-node-dynamodb-api. API powered by Serverless, TypeScript, Webpack and DynamoDB, intended as a starting point for Serverless APIs
  14. Workshop-DonkeyTracker. Workshop to build a serverless tracking application for your mobile device with an AWS backend
  15. dynamo-typeorm. ORM for AWS DynamoDB, with ES6 / TS support

ecs

  1. awesome-aws. A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
  2. firecamp. Serverless Platform for the stateful services
  3. aws. Stuff I use for my AWS demos

elasticsearch

  1. awesome-aws. A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
  2. serverless-photo-recognition. A collection of 3 lambda functions that are invoked by Amazon S3 or Amazon API Gateway to analyze uploaded images with Amazon Rekognition and save picture labels to ElasticSearch (written in Kotlin)
  3. firecamp. Serverless Platform for the stateful services

es2017

  1. es2017-lambda-boilerplate. AWS Lambda boilerplate for Node.js 6.10, adding ES2018/7/6 features, Docker-based unit testing and various CI/CD configurations
  2. retinal. 🏙 Retinal is a Serverless AWS Lambda service for resizing images on-demand or event-triggered

ethereum

  1. embark. Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
  2. awesome-decentralized. 🕶 Awesome list of distributed, decentralized, p2p apps and tools 👍

event-driven

  1. event-gateway. The Event Gateway combines both API Gateway and Pub/Sub functionality into a single event-driven experience.
  2. ServerlessByDesign. A visual approach to serverless development. Think. Build. Repeat.
  3. squeezer. Squeezer Framework - Build event-driven APIs & Web applications on microservices using AWS Lambda, Azure Functions, Google Functions & more . Serverless !

example

  1. serverless-analytics. Track website visitors with Serverless Analytics using Kinesis, Lambda, and TypeScript.
  2. aws-ses-serverless-example. AWS SES example in NodeJS using lambda

express

  1. aws-serverless-express. Run serverless applications and REST APIs using your existing Node.js application framework, on top of AWS Lambda and Amazon API Gateway
  2. graphql-serverless. GraphQL (incl. a GraphiQL interface) middleware for the webfunc serverless web framework.

expressjs

  1. aws-serverless-express. Run serverless applications and REST APIs using your existing Node.js application framework, on top of AWS Lambda and Amazon API Gateway
  2. azure-function-express. ⚡️Allows Express.js usage with Azure Functions

faas

  1. faas. OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes
  2. apex. Build, deploy, and manage AWS Lambda functions with ease (with Go support!).
  3. functions-samples. Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase
  4. lib. StdLib Service Creation, Deployment, and Management Tools
  5. fission. Fast Serverless Functions for Kubernetes
  6. incubator-openwhisk. Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.
  7. fn. The container native, cloud agnostic serverless platform.
  8. kubeless. Kubernetes Native Serverless Framework
  9. functions. IronFunctions - the serverless microservices platform by
  10. kubernetes-handbook. Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook
  11. fx. fx is a framework to help you do Function as a Service with painless on your own servers
  12. hook.io. Open-Source Microservice Hosting Platform
  13. faas-netes. Serverless Kubernetes with OpenFaaS (Functions as a Service)
  14. flogo. Project Flogo is an open source framework to simplify building efficient & modern serverless functions and edge microservices.
  15. dispatch. Dispatch is a framework for deploying and managing serverless style applications.
  16. microcule. SDK and CLI for spawning streaming stateless HTTP microservices in multiple programming languages
  17. riff. riff is for functions
  18. Time2Code. Portable Scalable web code editor to integrate into your sites and learning experiences
  19. faaslang. FaaSlang defines FaaS execution semantics and type-safety mechanisms
  20. derek. derek - a serverless 🤖 to manage PRs and issues
  21. composer. Composer is a new programming model for composing IBM Cloud Functions, built on Apache OpenWhisk.
  22. riff-tutorial. How-to guide for testing the riff FaaS platform and Istio on Google Kubernetes Engine.
  23. jazz. Jazz Serverless Development Platform
  24. gofn. Function process via docker provider (serverless minimalist)
  25. graphql-serverless. GraphQL (incl. a GraphiQL interface) middleware for the webfunc serverless web framework.
  26. components. An easier way to build applications with cloud services. –
  27. shell. An Electron-based development tool for IBM Cloud Functions and Composer.
  28. hydrogen-js-sdk. 知晓云 Serverless JS SDK
  29. faas-rancher. [DEPRECATED] Enable Rancher as a backend for Functions as a Service (OpenFaaS) https://github.com/alexellis/faas
  30. denyenv-validating-admission-webhook. An Kubernetes validating admission webhook that rejects pods that use environment variables.

faas-platform

  1. functions-samples. Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase
  2. Time2Code. Portable Scalable web code editor to integrate into your sites and learning experiences

firebase

  1. functions-samples. Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase
  2. react-firebase-starter. Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
  3. serverless-architectures-aws. The code repository for the Serverless Architectures on AWS book
  4. chunky. The Open Source Full Stack Product Development Platform
  5. fireQL. 🔥 Simple graphQL implementation on top of firebase cloud functions ☁️

firebase-functions

  1. react-firebase-starter. Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
  2. firebase-functions-graphql-example. GraphQL server running on Cloud Functions for Firebase

flask

  1. Zappa. Serverless Python
  2. serverless-wsgi. Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages

forms

  1. formio. The combined Form and API platform for Serverless Applications.
  2. angular-formio. JSON powered forms for Angular

framework

  1. embark. Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
  2. deep-framework. Full-stack JavaScript Framework for Cloud-Native Web Applications (perfect for Serverless use cases)
  3. shep. A framework for building JavaScript Applications with AWS API Gateway and Lambda
  4. middy. 🛵 The stylish Node.js middleware engine for AWS Lambda

frontend

  1. GraphQL-CMS. ⚡️ GraphCMS is a GraphQL based Headless Content Management System
  2. iot-serverless-websockets-react-boilerplate.

full-stack

  1. deep-framework. Full-stack JavaScript Framework for Cloud-Native Web Applications (perfect for Serverless use cases)
  2. deep-microservices-todomvc. Todo Microservice is built on top of DEEP Framework using Microservices Architecture

function-as-a-service

  1. kubeless. Kubernetes Native Serverless Framework
  2. fx. fx is a framework to help you do Function as a Service with painless on your own servers

functions

  1. faas. OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes
  2. faas-netes. Serverless Kubernetes with OpenFaaS (Functions as a Service)
  3. dispatch. Dispatch is a framework for deploying and managing serverless style applications.
  4. microcule. SDK and CLI for spawning streaming stateless HTTP microservices in multiple programming languages
  5. composer. Composer is a new programming model for composing IBM Cloud Functions, built on Apache OpenWhisk.
  6. gofn. Function process via docker provider (serverless minimalist)
  7. graphql-serverless. GraphQL (incl. a GraphiQL interface) middleware for the webfunc serverless web framework.
  8. fireQL. 🔥 Simple graphQL implementation on top of firebase cloud functions ☁️
  9. shell. An Electron-based development tool for IBM Cloud Functions and Composer.
  10. webfunc. Universal Serverless Web Framework. Write Express apps ready to be deployed to Zeit-Now, Google Cloud Functions (incl. functions reacting to Pub/Sub topics or Storage changes), and AWS Lambdas.
  11. faas-rancher. [DEPRECATED] Enable Rancher as a backend for Functions as a Service (OpenFaaS) https://github.com/alexellis/faas

functions-as-a-service

  1. faas. OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes
  2. incubator-openwhisk. Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.
  3. event-gateway. The Event Gateway combines both API Gateway and Pub/Sub functionality into a single event-driven experience.
  4. flogo. Project Flogo is an open source framework to simplify building efficient & modern serverless functions and edge microservices.
  5. serverless-architectures-aws. The code repository for the Serverless Architectures on AWS book
  6. jazz. Jazz Serverless Development Platform
  7. sky-island. FaaS platform for running raw Go functions.
  8. gofn. Function process via docker provider (serverless minimalist)
  9. karate. Webscraper

gcp

  1. react-firebase-starter. Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
  2. cloud-custodian. Rules engine for cloud fleet management and governance, DSL in yaml for policies to query, filter, and take actions on resources

github

  1. scope. 🔭 Scope - Create a birdeye's view of your Github project and embed on your site
  2. gh-board. :octocat: "Serverless" Kanban for GitHub Issues using gh-pages
  3. codebox-npm. Serverless private npm registry using https://serverless.com/
  4. faultline. Error tracking tool on AWS managed services.
  5. blog. 📖基于Github的动态博客,所有数据来源于Github的API

go

  1. nuclio. High-Performance Serverless event and data processing platform
  2. aws-lambda-go-shim. Author your AWS Lambda functions in Go, effectively.
  3. aws-lambda-go. A fast and clean way to execute Go on AWS Lambda.
  4. flogo. Project Flogo is an open source framework to simplify building efficient & modern serverless functions and edge microservices.
  5. aws-lambda-go-net. Network I/O interface for AWS Lambda Go runtime.
  6. algnhsa. AWS Lambda Go net/http server adapter
  7. faas-nomad. OpenFaaS plugin for Nomad
  8. sky-island. FaaS platform for running raw Go functions.
  9. aws-lambda-go-event. Type definitions for AWS Lambda event sources.

golang

  1. apex. Build, deploy, and manage AWS Lambda functions with ease (with Go support!).
  2. up. Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
  3. kubeless. Kubernetes Native Serverless Framework
  4. aws-sam-local. AWS SAM Local 🐿 is a CLI tool for local development and testing of Serverless applications
  5. event-gateway. The Event Gateway combines both API Gateway and Pub/Sub functionality into a single event-driven experience.
  6. faas-netes. Serverless Kubernetes with OpenFaaS (Functions as a Service)
  7. aws-lambda-go-shim. Author your AWS Lambda functions in Go, effectively.
  8. aws-lambda-go. A fast and clean way to execute Go on AWS Lambda.
  9. flogo. Project Flogo is an open source framework to simplify building efficient & modern serverless functions and edge microservices.
  10. Sparta. Run go functions in AWS Lambda
  11. gofaas. A boilerplate Go and AWS Lambda app. Demonstrates an expert configuration of 10+ AWS services to support running Go functions-as-a-service (FaaS).
  12. Time2Code. Portable Scalable web code editor to integrate into your sites and learning experiences
  13. up-examples. Example apps, apis, and sites for Up.
  14. skygear-server. Skygear Server - Open-source Mobile Backend, making app development easier.
  15. apex-go. Golang runtime for Apex/Lambda.
  16. serverless-golang. AWS Lambda Go functions using Serverless Framework and Python shim
  17. gateway. Drop-in replacement for Go net/http when running in AWS Lambda & API Gateway
  18. go-lambda-ping. Deploy a Lambda to Ping a Site in 20 Seconds!
  19. aegis. Serverless Golang deploy tool and framework for AWS Lambda
  20. aws-lambda-go-net. Network I/O interface for AWS Lambda Go runtime.
  21. eventsource. Serverless Go event sourcing library built on top of dynamodb
  22. cloudfunc. deploying Google Cloud Functions written in Golang with ease
  23. bins. serve Golang binaries on-demand & cross-compiled
  24. sky-island. FaaS platform for running raw Go functions.
  25. discfg. A distributed, serverless, configuration tool using AWS services
  26. aws-lambda-go-event. Type definitions for AWS Lambda event sources.
  27. shim. HTTP Handler shim for Go projects running on AWS Lambda
  28. keynuker. 🔐💥 KeyNuker - nuke AWS keys accidentally leaked to Github
  29. spacer. 🚀Serverless function platform for Lua
  30. faas-rancher. [DEPRECATED] Enable Rancher as a backend for Functions as a Service (OpenFaaS) https://github.com/alexellis/faas

google-cloud

  1. angular-universal-pwa. Angular Universal PWA boilerplate/starter schematics for Angular CLI; with serverless environment support.
  2. serverless-google-cloudfunctions. Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework

google-cloud-functions

  1. serverless. Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –
  2. functions-samples. Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase
  3. guide. Serverless Guide - An open-source definitive guide to serverless architectures.
  4. angular-universal-pwa. Angular Universal PWA boilerplate/starter schematics for Angular CLI; with serverless environment support.
  5. serverless-google-cloudfunctions. Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
  6. jazz. Jazz Serverless Development Platform
  7. squeezer. Squeezer Framework - Build event-driven APIs & Web applications on microservices using AWS Lambda, Azure Functions, Google Functions & more . Serverless !
  8. modofun. A fast function router for serverless Node.js applications

graphcool

  1. chromeless. 🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda.
  2. commerceql. CommerceQL is a minimalist serverless eCommerce template

graphql

  1. prisma. ⚡️ Prisma turns your database into a realtime GraphQL API
  2. up. Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
  3. react-firebase-starter. Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
  4. serverless-postgraphql. Serverless GraphQL endpoint for PostgresSQL using AWS, serverless and PostGraphQL
  5. firebase-functions-graphql-example. GraphQL server running on Cloud Functions for Firebase
  6. commerceql. CommerceQL is a minimalist serverless eCommerce template
  7. graphql-serverless. GraphQL (incl. a GraphiQL interface) middleware for the webfunc serverless web framework.
  8. serverless-plugin-graphiql. Creates http endpoints for graphql server with graphiql
  9. fireQL. 🔥 Simple graphQL implementation on top of firebase cloud functions ☁️
  10. comingOrNot. A perfect event organizer
  11. graphql-aws-iot-server. Serverless server for graphql queries, mutations and subscriptions using aws iot https://www.npmjs.com/package/graphql-aws-iot-server
  12. GraphQL-CMS. ⚡️ GraphCMS is a GraphQL based Headless Content Management System

graphql-server

  1. firebase-functions-graphql-example. GraphQL server running on Cloud Functions for Firebase
  2. graphql-serverless. GraphQL (incl. a GraphiQL interface) middleware for the webfunc serverless web framework.

hacktoberfest

  1. faas. OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes
  2. faas-netes. Serverless Kubernetes with OpenFaaS (Functions as a Service)
  3. derek. derek - a serverless 🤖 to manage PRs and issues

haskell

  1. nstack. Type-safe, composable microservices for data analytics
  2. serverless-haskell. Deploying Haskell applications to AWS Lambda with Serverless

headless

  1. chromeless. 🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda.
  2. GraphQL-CMS. ⚡️ GraphCMS is a GraphQL based Headless Content Management System

headless-chrome

  1. chromeless. 🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda.
  2. serverless-chrome. 🌐 Run headless Chrome/Chromium on AWS Lambda (maybe Azure, & GCP later)
  3. puppeteer-lambda-starter-kit. Starter Kit for running Headless-Chrome by Puppeteer on AWS Lambda.

http

  1. up. Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
  2. aws-lambda-go-net. Network I/O interface for AWS Lambda Go runtime.

iam

  1. awesome-aws. A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
  2. aws-serverless-auth-reference-app. Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.
  3. aws-iam-manager. 💳 AWS IAM Manager as a Code using Serverless framework

ibm-cloud

  1. composer. Composer is a new programming model for composing IBM Cloud Functions, built on Apache OpenWhisk.
  2. shell. An Electron-based development tool for IBM Cloud Functions and Composer.

ibm-cloud-functions

  1. guide. Serverless Guide - An open-source definitive guide to serverless architectures.
  2. shell. An Electron-based development tool for IBM Cloud Functions and Composer.
  3. ibm-cloud-functions-serverless-ocr-openchecks. Serverless bank check deposit processing with object storage and optical character recognition using Apache OpenWhisk powered by IBM Cloud Functions. See the Tech Talk replay for a demo.

ibm-developer-technology-cloud

  1. spring-boot-microservices-on-kubernetes. In this code we demonstrate how a simple Spring Boot application can be deployed on top of Kubernetes. This application, Office Space, mimicks the fictitious app idea from Michael Bolton in the movie "Office Space".
  2. ibm-cloud-functions-serverless-ocr-openchecks. Serverless bank check deposit processing with object storage and optical character recognition using Apache OpenWhisk powered by IBM Cloud Functions. See the Tech Talk replay for a demo.
  3. serverless-home-automation. Voice-controlled Home Automation Using IBM Watson Services & IBM Cloud Functions
  4. OpenWhisk-on-Kubernetes. This code demonstrates the deployment of OpenWhisk on Kubernetes cluster from Bluemix container service

ibm-openwhisk

  1. serverless. Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –
  2. squeezer. Squeezer Framework - Build event-driven APIs & Web applications on microservices using AWS Lambda, Azure Functions, Google Functions & more . Serverless !

ibmcode

  1. spring-boot-microservices-on-kubernetes. In this code we demonstrate how a simple Spring Boot application can be deployed on top of Kubernetes. This application, Office Space, mimicks the fictitious app idea from Michael Bolton in the movie "Office Space".
  2. ibm-cloud-functions-serverless-ocr-openchecks. Serverless bank check deposit processing with object storage and optical character recognition using Apache OpenWhisk powered by IBM Cloud Functions. See the Tech Talk replay for a demo.
  3. serverless-home-automation. Voice-controlled Home Automation Using IBM Watson Services & IBM Cloud Functions

ide

  1. Time2Code. Portable Scalable web code editor to integrate into your sites and learning experiences
  2. lambda-toolkit. Lambda-toolkit is an easy AWS lambda command line (CLI). It helps you in creating, building, DEBUG in your own machine real events, testing and deploying your lambda functions.

identity

  1. blockstack-core. The reference implementation of Blockstack
  2. blockstack-browser. The Blockstack Browser

integration

  1. flogo. Project Flogo is an open source framework to simplify building efficient & modern serverless functions and edge microservices.
  2. rockscript. Resilient microservice integration

iot

  1. kong. 🐒 The Microservice API Gateway
  2. flogo. Project Flogo is an open source framework to simplify building efficient & modern serverless functions and edge microservices.

java

  1. up-examples. Example apps, apis, and sites for Up.
  2. strongbox. A secret manager for AWS
  3. spring-boot-microservices-on-kubernetes. In this code we demonstrate how a simple Spring Boot application can be deployed on top of Kubernetes. This application, Office Space, mimicks the fictitious app idea from Michael Bolton in the movie "Office Space".
  4. aws-microservices-deploy-options. This repo contains a simple application that consists of three microservices. Each application is deployed using different Compute options on AWS.
  5. jrestless. Run JAX-RS applications on AWS Lambda using Jersey. Supports Spring 4.x. The serverless framework can be used for deployment.
  6. JavaBaasServer. JavaBaas server application.

javascript

  1. serverless. Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –
  2. react-firebase-starter. Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
  3. claudia. Deploy Node.js projects to AWS Lambda and API Gateway easily
  4. aws-mobile-react-native-starter. AWS Mobile React Native Starter App https://aws.amazon.com/mobile
  5. hook.io. Open-Source Microservice Hosting Platform
  6. blockstack-browser. The Blockstack Browser
  7. LambStatus. Serverless Status Page System
  8. deep-framework. Full-stack JavaScript Framework for Cloud-Native Web Applications (perfect for Serverless use cases)
  9. fusio. Open source API management platform
  10. aws-mobile-react-sample. A React Starter App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.
  11. gh-board. :octocat: "Serverless" Kanban for GitHub Issues using gh-pages
  12. shep. A framework for building JavaScript Applications with AWS API Gateway and Lambda
  13. serverless-libreoffice. Run LibreOffice in AWS Lambda to create PDFs
  14. skypad. Skypad
  15. repo-supervisor. Scan your code for security misconfiguration, search for passwords and secrets. 🔍
  16. retinal. 🏙 Retinal is a Serverless AWS Lambda service for resizing images on-demand or event-triggered
  17. serverless-medium-text-to-speech. 🔊 Serverless-based, text-to-speech service for Medium articles
  18. rockscript. Resilient microservice integration
  19. deep-microservices-todomvc. Todo Microservice is built on top of DEEP Framework using Microservices Architecture
  20. MoonMail-UI. React powered Frontend which lets you shoot your AWS / SES campaigns
  21. ibm-cloud-functions-serverless-ocr-openchecks. Serverless bank check deposit processing with object storage and optical character recognition using Apache OpenWhisk powered by IBM Cloud Functions. See the Tech Talk replay for a demo.
  22. remote-lib. 💫 Convert your JavaScript library to a remote service.
  23. js-sdk. Baqend JavaScript SDK and CLI for High-Performance Websites
  24. dynamo-typeorm. ORM for AWS DynamoDB, with ES6 / TS support

jersey

  1. aws-serverless-java-container. A Java wrapper to run Spring, Jersey, Spark, and other apps inside AWS Lambda.
  2. jrestless. Run JAX-RS applications on AWS Lambda using Jersey. Supports Spring 4.x. The serverless framework can be used for deployment.

jest

  1. serverless-babel-starter. 🗄🙅‍♀️ Serverless with all the fixings: Webpack, Babel, Jest, ESLint, and Prettier.
  2. serverless-nodejs-starter. A Node.js starter for the Serverless Framework with async/await and unit test support

json

  1. NoDB. NoDB isn't a database.. but it sort of looks like one.
  2. aws-lambda-scala. Writing AWS Lambdas in Scala

json-schema

  1. serverless-aws-documentation. Serverless 1.0 plugin to add documentation and models to the serverless generated API Gateway
  2. angular-formio. JSON powered forms for Angular

k8s

  1. faas. OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes
  2. faas-netes. Serverless Kubernetes with OpenFaaS (Functions as a Service)

kinesis

  1. awesome-aws. A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
  2. streamalert. StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data from any environment, using datasources and alerting logic you define.
  3. serverless-analytics. Track website visitors with Serverless Analytics using Kinesis, Lambda, and TypeScript.
  4. aws-lambda-go-event. Type definitions for AWS Lambda event sources.
  5. kinesis-streams-fan-out-kinesis-analytics. Amazon Kinesis Streams fan-out via Kinesis Analytics (powered by the Serverless Framework)

kubernetes

  1. faas. OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes
  2. fission. Fast Serverless Functions for Kubernetes
  3. fn. The container native, cloud agnostic serverless platform.
  4. kubeless. Kubernetes Native Serverless Framework
  5. nuclio. High-Performance Serverless event and data processing platform
  6. kubernetes-handbook. Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook
  7. faas-netes. Serverless Kubernetes with OpenFaaS (Functions as a Service)
  8. dispatch. Dispatch is a framework for deploying and managing serverless style applications.
  9. Time2Code. Portable Scalable web code editor to integrate into your sites and learning experiences
  10. spring-boot-microservices-on-kubernetes. In this code we demonstrate how a simple Spring Boot application can be deployed on top of Kubernetes. This application, Office Space, mimicks the fictitious app idea from Michael Bolton in the movie "Office Space".
  11. riff-tutorial. How-to guide for testing the riff FaaS platform and Istio on Google Kubernetes Engine.
  12. aws-microservices-deploy-options. This repo contains a simple application that consists of three microservices. Each application is deployed using different Compute options on AWS.
  13. sanfran. SanFran - Serverless Functions for Kubernetes
  14. denyenv-validating-admission-webhook. An Kubernetes validating admission webhook that rejects pods that use environment variables.
  15. OpenWhisk-on-Kubernetes. This code demonstrates the deployment of OpenWhisk on Kubernetes cluster from Bluemix container service

lambda-functions

  1. serverless-photo-recognition. A collection of 3 lambda functions that are invoked by Amazon S3 or Amazon API Gateway to analyze uploaded images with Amazon Rekognition and save picture labels to ElasticSearch (written in Kotlin)
  2. lambda-toolkit. Lambda-toolkit is an easy AWS lambda command line (CLI). It helps you in creating, building, DEBUG in your own machine real events, testing and deploying your lambda functions.
  3. serverless-aws-alias. Alias support for Serverless 1.x
  4. aws-lambda-list. A list of hopefully useful AWS lambdas and lambda-related resources.
  5. serverless-plugin-canary-deployments. Canary deployments for your Serverless application
  6. developer-portal. API for 3rd-Party Developers of Keboola Connection

machine-learning

  1. awesome-aws. A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
  2. hydro-serving. ML FaaS - Machine Learning Serving cluster
  3. blurr. Domain specific language (DSL) for machine learning feature selection
  4. faas_facebox. OpenFaaS anonymize function. Use MachineBox service.

microservice

  1. serverless. Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –
  2. kong. 🐒 The Microservice API Gateway
  3. up. Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
  4. fx. fx is a framework to help you do Function as a Service with painless on your own servers
  5. fusio. Open source API management platform
  6. event-stream-processing-microservices. Using Spring Cloud Stream and Spring State Machine to create event-driven microservices
  7. clay-cli. CLI for Clay - A powerful set of tools to create Functions As A Service (FaaS)
  8. Microservice. Xigadee is an open-source Microservice framework, developed by Paul Stancer and Guy Steel. The libraries provide a simple and consistent approach for building modern enterprise API and Microservice based solutions; specifically those solutions targeted on the Azure platform.

microservices

  1. kong. 🐒 The Microservice API Gateway
  2. up. Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
  3. lib. StdLib Service Creation, Deployment, and Management Tools
  4. kubernetes-handbook. Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook
  5. hook.io. Open-Source Microservice Hosting Platform
  6. python-lambda. A toolkit for developing and deploying serverless Python code in AWS Lambda.
  7. flogo. Project Flogo is an open source framework to simplify building efficient & modern serverless functions and edge microservices.
  8. deep-framework. Full-stack JavaScript Framework for Cloud-Native Web Applications (perfect for Serverless use cases)
  9. open-lambda. An open source serverless computing platform
  10. microcule. SDK and CLI for spawning streaming stateless HTTP microservices in multiple programming languages
  11. nstack. Type-safe, composable microservices for data analytics
  12. event-stream-processing-microservices. Using Spring Cloud Stream and Spring State Machine to create event-driven microservices
  13. spring-boot-microservices-on-kubernetes. In this code we demonstrate how a simple Spring Boot application can be deployed on top of Kubernetes. This application, Office Space, mimicks the fictitious app idea from Michael Bolton in the movie "Office Space".
  14. aws-microservices-deploy-options. This repo contains a simple application that consists of three microservices. Each application is deployed using different Compute options on AWS.
  15. rockscript. Resilient microservice integration
  16. logistics-wizard. The Logistics Wizard is an end-to-end, smart supply chain management solution that showcases how to execute hybrid cloud, microservices, and predictive data analytics in the real world.
  17. squeezer. Squeezer Framework - Build event-driven APIs & Web applications on microservices using AWS Lambda, Azure Functions, Google Functions & more . Serverless !
  18. modofun. A fast function router for serverless Node.js applications

middleware

  1. middy. 🛵 The stylish Node.js middleware engine for AWS Lambda
  2. graphql-serverless. GraphQL (incl. a GraphiQL interface) middleware for the webfunc serverless web framework.
  3. modofun. A fast function router for serverless Node.js applications

mobile-hub

  1. aws-mobile-react-native-starter. AWS Mobile React Native Starter App https://aws.amazon.com/mobile
  2. aws-mobile-react-sample. A React Starter App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.

mongodb

  1. firecamp. Serverless Platform for the stateful services
  2. JavaBaasServer. JavaBaas server application.

moonmail

  1. MoonMail. Shoot billions of emails using AWS - SES - Lambda
  2. MoonMail-UI. React powered Frontend which lets you shoot your AWS / SES campaigns

neap

  1. graphql-serverless. GraphQL (incl. a GraphiQL interface) middleware for the webfunc serverless web framework.
  2. webfunc. Universal Serverless Web Framework. Write Express apps ready to be deployed to Zeit-Now, Google Cloud Functions (incl. functions reacting to Pub/Sub topics or Storage changes), and AWS Lambdas.

nginx

  1. kong. 🐒 The Microservice API Gateway
  2. spacer. 🚀Serverless function platform for Lua

node

  1. apex. Build, deploy, and manage AWS Lambda functions with ease (with Go support!).
  2. lib. StdLib Service Creation, Deployment, and Management Tools
  3. aws-serverless-express. Run serverless applications and REST APIs using your existing Node.js application framework, on top of AWS Lambda and Amazon API Gateway
  4. shep. A framework for building JavaScript Applications with AWS API Gateway and Lambda
  5. myrmex. Serverless application builder 🐜
  6. node-lambda-log. Basic logging mechanism for Node 6.10+ Lambda Functions

nodejs

  1. up. Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
  2. lib. StdLib Service Creation, Deployment, and Management Tools
  3. claudia. Deploy Node.js projects to AWS Lambda and API Gateway easily
  4. aws-serverless-express. Run serverless applications and REST APIs using your existing Node.js application framework, on top of AWS Lambda and Amazon API Gateway
  5. LambStatus. Serverless Status Page System
  6. formio. The combined Form and API platform for Serverless Applications.
  7. up-examples. Example apps, apis, and sites for Up.
  8. Time2Code. Portable Scalable web code editor to integrate into your sites and learning experiences
  9. cljs-lambda. Utilities around deploying Clojurescript functions to AWS Lambda
  10. serverless-libreoffice. Run LibreOffice in AWS Lambda to create PDFs
  11. puppeteer-lambda-starter-kit. Starter Kit for running Headless-Chrome by Puppeteer on AWS Lambda.
  12. repo-supervisor. Scan your code for security misconfiguration, search for passwords and secrets. 🔍
  13. retinal. 🏙 Retinal is a Serverless AWS Lambda service for resizing images on-demand or event-triggered
  14. composer. Composer is a new programming model for composing IBM Cloud Functions, built on Apache OpenWhisk.
  15. serverless-plugin-optimize. Bundle with Browserify, transpile and minify with Babel automatically to your NodeJS runtime compatible JavaScript
  16. serverless-medium-text-to-speech. 🔊 Serverless-based, text-to-speech service for Medium articles
  17. serverless-sam. Serverless framework plugin to export AWS SAM templates for a service
  18. serverless-architecture-boilerplate. Boilerplate to organize and deploy big projects using AWS API Gateway and AWS Lambda with Serverless Framework ⚡ 🚀 ⚡ 🚀
  19. serverless-node-dynamodb-api. API powered by Serverless, TypeScript, Webpack and DynamoDB, intended as a starting point for Serverless APIs
  20. clay-cli. CLI for Clay - A powerful set of tools to create Functions As A Service (FaaS)
  21. serverless-boilerplate. Serverless project template
  22. logistics-wizard. The Logistics Wizard is an end-to-end, smart supply chain management solution that showcases how to execute hybrid cloud, microservices, and predictive data analytics in the real world.
  23. deploy-with-serverless. Deploy Serverless Framework architectures with a single click, no terminal required
  24. ticketless. An amazing workshop about AWS and Serverless where you have the chance to build a time-travel music business! 😱
  25. lambda-api. Lightweight web framework for your serverless applications
  26. lambda-audio. Run Sound eXchange (SoX), the Swiss Army knife of audio manipulation, with Lame on AWS Lambda
  27. aws-ses-serverless-example. AWS SES example in NodeJS using lambda
  28. remote-lib. 💫 Convert your JavaScript library to a remote service.
  29. node-lambda-log. Basic logging mechanism for Node 6.10+ Lambda Functions

notifications

  1. serverless-notifications. Serverless Service for Serverless Notifications (AWS IoT)
  2. faultline. Error tracking tool on AWS managed services.

openfaas

  1. derek. derek - a serverless 🤖 to manage PRs and issues
  2. workshop. Hands-on labs: Serverless and OpenFaaS with Python
  3. faas-nomad. OpenFaaS plugin for Nomad
  4. serverless-openfaas. An OpenFaaS plugin for the Serverless Inc framework (work in progress)
  5. faas_facebox. OpenFaaS anonymize function. Use MachineBox service.

openwhisk

  1. incubator-openwhisk. Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.
  2. spring-boot-microservices-on-kubernetes. In this code we demonstrate how a simple Spring Boot application can be deployed on top of Kubernetes. This application, Office Space, mimicks the fictitious app idea from Michael Bolton in the movie "Office Space".
  3. composer. Composer is a new programming model for composing IBM Cloud Functions, built on Apache OpenWhisk.
  4. serverless-openwhisk. Adds Apache OpenWhisk support to the Serverless Framework!
  5. keynuker. 🔐💥 KeyNuker - nuke AWS keys accidentally leaked to Github
  6. logistics-wizard. The Logistics Wizard is an end-to-end, smart supply chain management solution that showcases how to execute hybrid cloud, microservices, and predictive data analytics in the real world.
  7. shell. An Electron-based development tool for IBM Cloud Functions and Composer.
  8. ibm-cloud-functions-serverless-ocr-openchecks. Serverless bank check deposit processing with object storage and optical character recognition using Apache OpenWhisk powered by IBM Cloud Functions. See the Tech Talk replay for a demo.
  9. serverless-home-automation. Voice-controlled Home Automation Using IBM Watson Services & IBM Cloud Functions
  10. OpenWhisk-on-Kubernetes. This code demonstrates the deployment of OpenWhisk on Kubernetes cluster from Bluemix container service

p2p

  1. awesome-decentralized. 🕶 Awesome list of distributed, decentralized, p2p apps and tools 👍
  2. remote-lib. 💫 Convert your JavaScript library to a remote service.

pdf

  1. kubernetes-handbook. Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook
  2. serverless-libreoffice. Run LibreOffice in AWS Lambda to create PDFs

pdf-converter

  1. serverless-libreoffice. Run LibreOffice in AWS Lambda to create PDFs
  2. serverless-html-pdf. Convert HTML to PDF thru a lambda function using PhantomJS.

phantomjs

  1. lambda-packs. Precompiled packages for AWS Lambda
  2. serverless-html-pdf. Convert HTML to PDF thru a lambda function using PhantomJS.

php

  1. fusio. Open source API management platform
  2. serverless-php. PHP for AWS Lambda via Serverless Framework

plugin

  1. serverless-plugin-webpack. Serverless Plugin Webpack
  2. serverless-sam. Serverless framework plugin to export AWS SAM templates for a service
  3. serverless-build-plugin. A Node.js focused build plugin for serverless.

postgresql

  1. react-firebase-starter. Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
  2. firecamp. Serverless Platform for the stateful services
  3. serverless-postgraphql. Serverless GraphQL endpoint for PostgresSQL using AWS, serverless and PostGraphQL

prometheus

  1. faas. OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes
  2. gofn. Function process via docker provider (serverless minimalist)

pubsub

  1. event-gateway. The Event Gateway combines both API Gateway and Pub/Sub functionality into a single event-driven experience.
  2. webfunc. Universal Serverless Web Framework. Write Express apps ready to be deployed to Zeit-Now, Google Cloud Functions (incl. functions reacting to Pub/Sub topics or Storage changes), and AWS Lambdas.

pyramid

  1. Zappa. Serverless Python
  2. serverless-wsgi. Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages

python

  1. Zappa. Serverless Python
  2. chalice. Python Serverless Microframework for AWS
  3. blockstack-core. The reference implementation of Blockstack
  4. python-lambda. A toolkit for developing and deploying serverless Python code in AWS Lambda.
  5. lambda-packages. Various popular python libraries, pre-compiled to be compatible with AWS Lambda
  6. honeyLambda. honeyλ - a simple, serverless application designed to create and monitor fake HTTP endpoints (i.e. URL honeytokens) automatically, on top of AWS Lambda and Amazon API Gateway
  7. lambda-packs. Precompiled packages for AWS Lambda
  8. up-examples. Example apps, apis, and sites for Up.
  9. Time2Code. Portable Scalable web code editor to integrate into your sites and learning experiences
  10. serverless-golang. AWS Lambda Go functions using Serverless Framework and Python shim
  11. nstack. Type-safe, composable microservices for data analytics
  12. NoDB. NoDB isn't a database.. but it sort of looks like one.
  13. serverless-python-requirements. ⚡️🐍📦 Serverless plugin to bundle Python packages
  14. elasticpypi. Serverless pypi
  15. serverless-wsgi. Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages
  16. cidr-house-rules. A lightweight API and collection system to centralize important AWS resource information across multiple accounts
  17. serverless-architecture-boilerplate. Boilerplate to organize and deploy big projects using AWS API Gateway and AWS Lambda with Serverless Framework ⚡ 🚀 ⚡ 🚀
  18. logistics-wizard. The Logistics Wizard is an end-to-end, smart supply chain management solution that showcases how to execute hybrid cloud, microservices, and predictive data analytics in the real world.
  19. serverless-python-sample. A simple serverless python sample with REST API endpoints and dependencies
  20. azure-functions-python-samples. Azure Functions Python Sample Codes
  21. serverless-package-python-functions. Serverless Framework Plugin to package python functions and their requirements

react

  1. react-firebase-starter. Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
  2. blockstack-browser. The Blockstack Browser
  3. LambStatus. Serverless Status Page System
  4. formio. The combined Form and API platform for Serverless Applications.
  5. aws-mobile-react-sample. A React Starter App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.
  6. syncano-dashboard. The Syncano Dashboard built with React.
  7. githut. Github Language Statistics
  8. serverless-medium-text-to-speech. 🔊 Serverless-based, text-to-speech service for Medium articles
  9. logistics-wizard. The Logistics Wizard is an end-to-end, smart supply chain management solution that showcases how to execute hybrid cloud, microservices, and predictive data analytics in the real world.
  10. chunky. The Open Source Full Stack Product Development Platform
  11. beyond.ts.
  12. fireQL. 🔥 Simple graphQL implementation on top of firebase cloud functions ☁️
  13. MoonMail-UI. React powered Frontend which lets you shoot your AWS / SES campaigns
  14. GraphQL-CMS. ⚡️ GraphCMS is a GraphQL based Headless Content Management System
  15. iot-serverless-websockets-react-boilerplate.
  16. website-honestly. 🦄 The Red Badger website. Honestly.

react-native

  1. aws-mobile-react-native-starter. AWS Mobile React Native Starter App https://aws.amazon.com/mobile
  2. chunky. The Open Source Full Stack Product Development Platform
  3. GraphQL-CMS. ⚡️ GraphCMS is a GraphQL based Headless Content Management System

reactjs

  1. react-firebase-starter. Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
  2. comingOrNot. A perfect event organizer

realtime

  1. skypad. Skypad
  2. hydro-serving. ML FaaS - Machine Learning Serving cluster

redis

  1. firecamp. Serverless Platform for the stateful services
  2. JavaBaasServer. JavaBaas server application.

redux

  1. LambStatus. Serverless Status Page System
  2. chunky. The Open Source Full Stack Product Development Platform
  3. comingOrNot. A perfect event organizer
  4. MoonMail-UI. React powered Frontend which lets you shoot your AWS / SES campaigns

registry

  1. lib. StdLib Service Creation, Deployment, and Management Tools
  2. codebox-npm. Serverless private npm registry using https://serverless.com/

relay

  1. react-firebase-starter. Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
  2. GraphQL-CMS. ⚡️ GraphCMS is a GraphQL based Headless Content Management System

requirements

  1. serverless-python-requirements. ⚡️🐍📦 Serverless plugin to bundle Python packages
  2. serverless-package-python-functions. Serverless Framework Plugin to package python functions and their requirements

route53

  1. awesome-aws. A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
  2. serverless-domain-manager. Serverless plugin for managing custom domains with API Gateways.
  3. Workshop-DonkeyTracker. Workshop to build a serverless tracking application for your mobile device with an AWS backend

s3

  1. awesome-aws. A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
  2. aws-mobile-react-native-starter. AWS Mobile React Native Starter App https://aws.amazon.com/mobile
  3. aws-mobile-react-sample. A React Starter App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.
  4. NoDB. NoDB isn't a database.. but it sort of looks like one.
  5. serverless-architectures-aws. The code repository for the Serverless Architectures on AWS book
  6. aws-lambda-go-event. Type definitions for AWS Lambda event sources.
  7. serverless-s3-local. Serverless s3 local plugin.
  8. s3-db. Document database API wrapped around Amazon S3.
  9. s3logs-cloudwatch. AWS Lambda function to parse S3 server log files and export metrics to AWS CloudWatch.
  10. Workshop-DonkeyTracker. Workshop to build a serverless tracking application for your mobile device with an AWS backend

sam

  1. aws-sam-local. AWS SAM Local 🐿 is a CLI tool for local development and testing of Serverless applications
  2. gofaas. A boilerplate Go and AWS Lambda app. Demonstrates an expert configuration of 10+ AWS services to support running Go functions-as-a-service (FaaS).

sdk-js

  1. hydrogen-demo. 微信小程序 demo for 知晓云 Serverless JS SDK
  2. hydrogen-js-sdk. 知晓云 Serverless JS SDK

sdks

  1. lib. StdLib Service Creation, Deployment, and Management Tools
  2. skygear-server. Skygear Server - Open-source Mobile Backend, making app development easier.

secret-management

  1. strongbox. A secret manager for AWS
  2. repo-supervisor. Scan your code for security misconfiguration, search for passwords and secrets. 🔍

security

  1. streamalert. StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data from any environment, using datasources and alerting logic you define.
  2. binaryalert. BinaryAlert: Serverless, Real-time & Retroactive Malware Detection
  3. honeyLambda. honeyλ - a simple, serverless application designed to create and monitor fake HTTP endpoints (i.e. URL honeytokens) automatically, on top of AWS Lambda and Amazon API Gateway
  4. repo-supervisor. Scan your code for security misconfiguration, search for passwords and secrets. 🔍
  5. bovine. Building Operational Visibility Into (n) Environments
  6. serverless-snyk. Serverless plugin for securing your dependencies with Snyk

security-tools

  1. strongbox. A secret manager for AWS
  2. bovine. Building Operational Visibility Into (n) Environments

selenium

  1. chromeless. 🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda.
  2. lambda-packs. Precompiled packages for AWS Lambda
  3. lambdium. headless chrome + selenium webdriver in AWS Lambda using the serverless application model

server

  1. skygear-server. Skygear Server - Open-source Mobile Backend, making app development easier.
  2. aws-lambda-go-net. Network I/O interface for AWS Lambda Go runtime.
  3. zappa-slack-inviter. A server-less Slack inviter

server-side-rendering

  1. react-firebase-starter. Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
  2. angular-universal-pwa. Angular Universal PWA boilerplate/starter schematics for Angular CLI; with serverless environment support.

service

  1. faas. OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes
  2. gofn. Function process via docker provider (serverless minimalist)

service-mesh

  1. kong. 🐒 The Microservice API Gateway
  2. kubernetes-handbook. Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook

skygear

  1. skygear-server. Skygear Server - Open-source Mobile Backend, making app development easier.
  2. skypad. Skypad

slack

  1. serverless-slack-app. A Serverless.js Slack App Boilerplate with OAuth and Bot actions
  2. faultline. Error tracking tool on AWS managed services.
  3. pingbot. A website monitoring/health-checking tool based on serverless architecture.
  4. serverless-slackbot. A boilerplate Serverless Slackbot framework with a custom scripts folder (like Hubot)
  5. functionci. FunctionCI is an open source Continuous Integration tool for AWS Lambdas.
  6. zappa-slack-inviter. A server-less Slack inviter

sls

  1. serverless-analytics. Track website visitors with Serverless Analytics using Kinesis, Lambda, and TypeScript.
  2. serverless-dynamodb-autoscaling. Serverless Plugin for Amazon DynamoDB Auto Scaling configuration.
  3. serverless-step-functions-offline. Emulate step functions locally when developing your Serverless project

spark

  1. kubernetes-handbook. Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook
  2. spark-on-lambda. Apache Spark on AWS Lambda
  3. hydro-serving. ML FaaS - Machine Learning Serving cluster

spring-boot

  1. event-stream-processing-microservices. Using Spring Cloud Stream and Spring State Machine to create event-driven microservices
  2. spring-boot-microservices-on-kubernetes. In this code we demonstrate how a simple Spring Boot application can be deployed on top of Kubernetes. This application, Office Space, mimicks the fictitious app idea from Michael Bolton in the movie "Office Space".

static-site

  1. jamstack.org. The JAMStack site
  2. landing. This project builds the static and internationalized landing page of Upplication.

stdlib

  1. lib. StdLib Service Creation, Deployment, and Management Tools
  2. fdk. This library is deprecated. Please use https://github.com/serverless/event-gateway-sdk instead.

step-functions

  1. serverless-step-functions. AWS Step Functions plugin for Serverless Framework ⚡️
  2. Workshop-DonkeyTracker. Workshop to build a serverless tracking application for your mobile device with an AWS backend
  3. serverless-step-functions-offline. Emulate step functions locally when developing your Serverless project

storage

  1. blockstack-core. The reference implementation of Blockstack
  2. blockstack-browser. The Blockstack Browser

swarm

  1. faas. OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes
  2. fn. The container native, cloud agnostic serverless platform.
  3. Time2Code. Portable Scalable web code editor to integrate into your sites and learning experiences
  4. funker. Functions as Docker containers
  5. firecamp. Serverless Platform for the stateful services
  6. gofn. Function process via docker provider (serverless minimalist)

tensorflow

  1. flogo. Project Flogo is an open source framework to simplify building efficient & modern serverless functions and edge microservices.
  2. lambda-packs. Precompiled packages for AWS Lambda
  3. hydro-serving. ML FaaS - Machine Learning Serving cluster

terraform

  1. streamalert. StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data from any environment, using datasources and alerting logic you define.
  2. binaryalert. BinaryAlert: Serverless, Real-time & Retroactive Malware Detection
  3. serverless-libreoffice. Run LibreOffice in AWS Lambda to create PDFs
  4. go-lambda-ping. Deploy a Lambda to Ping a Site in 20 Seconds!

typescript

  1. aws-cognito-angular-quickstart. An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
  2. serverless-plugin-typescript. Serverless plugin for zero-config Typescript support
  3. ionic-app-with-aws-cognito. Angular 4, Ionic 3, and AWS (Amazon) Cognito User Pools. Authentication out of the box.
  4. beyond.ts.
  5. karate. Webscraper
  6. shopify-serverless-starter. Shopify Serverless Starter Kit
  7. dynamo-typeorm. ORM for AWS DynamoDB, with ES6 / TS support

up

  1. up. Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
  2. up-examples. Example apps, apis, and sites for Up.
  3. bins. serve Golang binaries on-demand & cross-compiled

vue

  1. formio. The combined Form and API platform for Serverless Applications.
  2. cda-locale. Showing Microsoft Cloud Developer Advocates speaking, 2017 and 2018
  3. GraphQL-CMS. ⚡️ GraphCMS is a GraphQL based Headless Content Management System

webhook

  1. repo-supervisor. Scan your code for security misconfiguration, search for passwords and secrets. 🔍
  2. github-codebuild-integration. Run and Integrate AWS CodeBuild with GitHub Push/Pull-Request webhook events.

webhooks

  1. hook.io. Open-Source Microservice Hosting Platform
  2. scope. 🔭 Scope - Create a birdeye's view of your Github project and embed on your site

webpack

  1. serverless-webpack. Serverless plugin to bundle your lambdas with Webpack
  2. serverless-babel-starter. 🗄🙅‍♀️ Serverless with all the fixings: Webpack, Babel, Jest, ESLint, and Prettier.
  3. serverless-nodejs-starter. A Node.js starter for the Serverless Framework with async/await and unit test support
  4. serverless-plugin-typescript. Serverless plugin for zero-config Typescript support
  5. serverless-plugin-webpack. Serverless Plugin Webpack
  6. serverless-node-dynamodb-api. API powered by Serverless, TypeScript, Webpack and DynamoDB, intended as a starting point for Serverless APIs
  7. chunky. The Open Source Full Stack Product Development Platform

webpack2

  1. serverless-webpack. Serverless plugin to bundle your lambdas with Webpack
  2. serverless-plugin-webpack. Serverless Plugin Webpack
  3. karate. Webscraper

workshop

  1. workshop. Hands-on labs: Serverless and OpenFaaS with Python
  2. ticketless. An amazing workshop about AWS and Serverless where you have the chance to build a time-travel music business! 😱

zappa

  1. Zappa. Serverless Python
  2. lambda-packages. Various popular python libraries, pre-compiled to be compatible with AWS Lambda
  3. NoDB. NoDB isn't a database.. but it sort of looks like one.
  4. zappa-django-guide. A full featured walkthough of using django on zappa (powered by AWS Lambda in serverless environment)
  5. zappa. Zappa Docker image based on Lambda compatible base
  6. zappa-slack-inviter. A server-less Slack inviter