Skip to content

Latest commit

 

History

History
134 lines (114 loc) · 7.55 KB

serverless.md

File metadata and controls

134 lines (114 loc) · 7.55 KB

Bookmarks tagged [serverless]

https://www.youtube.com/watch?v=MgivoBkvS5o

This tutorial runs through the Google Cloud console UI and the gcloud command line interface to show you how to get started using node.js on Google Cloud Functions. I also show how to wire up a functi...


https://www.youtube.com/watch?v=JenJQ6gc14U

Learn about Google Cloud Functions and how this serverless compute platform can fit into your app architecture. Whether you are moving to microservices and want to stop managing each service's infrast...


https://github.com/alexellis/faas-netes

Serverless Kubernetes with OpenFaaS (Functions as a Service) - openfaas/faas-netes


https://github.com/platform9/fission

Fast Serverless Functions for Kubernetes. Contribute to fission/fission development by creating an account on GitHub.


https://github.com/fabric8io/funktion

a CLI tool for working with funktion. Contribute to funktionio/funktion development by creating an account on GitHub.


http://iron.io


https://github.com/skippbox/kubeless

Kubernetes Native Serverless Framework. Contribute to kubeless/kubeless development by creating an account on GitHub.


https://github.com/nuclio/nuclio

High-Performance Serverless event and data processing platform - nuclio/nuclio


https://github.com/alexellis/faas

OpenFaaS - Serverless Functions Made Simple. Contribute to openfaas/faas development by creating an account on GitHub.


https://github.com/openwhisk

OpenWhisk Serverless platform. Please note that all repos were transferred to Apache Software Foundation here https://github.com/apache?q=incubator-openwhisk - Apache OpenWhisk


https://github.com/virtual-kubelet/virtual-kubelet

Allows nodes to be backed by other services and providers.


https://faastruby.io

Serverless Software Development Platform for Ruby and Crystal developers.


https://github.com/tongueroo/jets

A Ruby Serverless Framework to create and deploy serverless microservices with ease, and to seamlessly glue AWS services.


https://github.com/nficano/python-lambda

A toolkit for developing and deploying Python code in AWS Lambda.


https://github.com/Miserlou/Zappa

A tool for deploying WSGI applications on AWS Lambda and API Gateway.


https://github.com/pmuens/awesome-serverless#readme

Curated list of resources related to serverless computing and serverless architectures. - pmuens/awesome-serverless


https://claudiajs.com/

Deploy Node.js projects to AWS Lambda and API Gateway easily.


https://github.com/anaibol/awesome-serverless#readme

☁️ A curated list of awesome services, solutions and resources for serverless / nobackend applications. - anaibol/awesome-serverless


https://blog.sourcerer.io/full-guide-to-developing-rest-apis-with-aws-api-gateway-and-aws-lambda-d25...

In this article we’ll explore using AWS Lambda to develop a service using Node.js. Amazon recently announced an upgrade where developers using Lambda can now use an 8.10 runtime, which lets them use `...