serverless.md

July 15, 2021 · View on GitHub

Bookmarks tagged [serverless]

www.codever.land/bookmarks/t/serverless

Getting started with node.js on Google Cloud Functions - 17min

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...


Cloud Functions Overview: Get Started Building Serverless Applications (Cloud Next '18) - 47min

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...


FaaS-netes

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

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


Fission

https://github.com/platform9/fission

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


Funktion

https://github.com/fabric8io/funktion

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


Iron.io

http://iron.io


Kubeless

https://github.com/skippbox/kubeless

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


Nuclio

https://github.com/nuclio/nuclio

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


OpenFaaS

https://github.com/alexellis/faas

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


OpenWhisk

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


Virtual Kubelet

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

Allows nodes to be backed by other services and providers.


FaaStRuby

https://faastruby.io

Serverless Software Development Platform for Ruby and Crystal developers.


Jets

https://github.com/tongueroo/jets

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


python-lambda

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

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


Zappa

https://github.com/Miserlou/Zappa

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


awesome-serverless

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

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


Claudia.js Home Page

https://claudiajs.com/

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


GitHub - anaibol/awesome-serverless

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

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


Full guide to developing REST API’s with AWS API Gateway and AWS Lambda

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 `...