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...
- :calendar: published on: 2019-04-16
- tags: google-cloud-platform, serverless
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...
- :calendar: published on: 2018-07-26
- tags: google-cloud-platform, serverless
FaaS-netes
https://github.com/alexellis/faas-netes
Serverless Kubernetes with OpenFaaS (Functions as a Service) - openfaas/faas-netes
- tags: kubernetes, serverless
- :octocat: source code
Fission
https://github.com/platform9/fission
Fast Serverless Functions for Kubernetes. Contribute to fission/fission development by creating an account on GitHub.
- tags: kubernetes, serverless
- :octocat: source code
Funktion
https://github.com/fabric8io/funktion
a CLI tool for working with funktion. Contribute to funktionio/funktion development by creating an account on GitHub.
- tags: kubernetes, serverless
- :octocat: source code
Iron.io
- tags: kubernetes, serverless
Kubeless
https://github.com/skippbox/kubeless
Kubernetes Native Serverless Framework. Contribute to kubeless/kubeless development by creating an account on GitHub.
- tags: kubernetes, serverless
- :octocat: source code
Nuclio
https://github.com/nuclio/nuclio
High-Performance Serverless event and data processing platform - nuclio/nuclio
- tags: kubernetes, serverless
- :octocat: source code
OpenFaaS
https://github.com/alexellis/faas
OpenFaaS - Serverless Functions Made Simple. Contribute to openfaas/faas development by creating an account on GitHub.
- tags: kubernetes, serverless
- :octocat: source code
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
- tags: kubernetes, serverless
- :octocat: source code
Virtual Kubelet
https://github.com/virtual-kubelet/virtual-kubelet
Allows nodes to be backed by other services and providers.
- tags: kubernetes, serverless
- :octocat: source code
FaaStRuby
Serverless Software Development Platform for Ruby and Crystal developers.
- tags: ruby, serverless
Jets
https://github.com/tongueroo/jets
A Ruby Serverless Framework to create and deploy serverless microservices with ease, and to seamlessly glue AWS services.
- tags: ruby, serverless
- :octocat: source code
python-lambda
https://github.com/nficano/python-lambda
A toolkit for developing and deploying Python code in AWS Lambda.
- tags: python, serverless
- :octocat: source code
Zappa
https://github.com/Miserlou/Zappa
A tool for deploying WSGI applications on AWS Lambda and API Gateway.
- tags: python, serverless
- :octocat: source code
awesome-serverless
https://github.com/pmuens/awesome-serverless#readme
Curated list of resources related to serverless computing and serverless architectures. - pmuens/awesome-serverless
- tags: awesome-list, backend, serverless
- :octocat: source code
Claudia.js Home Page
Deploy Node.js projects to AWS Lambda and API Gateway easily.
- tags: node.js, aws, serverless
- :octocat: source code
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
- tags: serverless, cloud, awesome-list
- :octocat: source code
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 `...
- :calendar: published on: 2018-05-09
- tags: cloud, serverless, node.js, aws