This page lists a few “serverless” resources I find interesting. Even though a good deal of the serverless stuff I did from 2016 onwards runs on Azure Functions, I have a long history with Google App Engine and can find my way around AWS Lambda, so I’m not biased. Of late, I’ve also started keeping track of Lambda-like platforms that run inside Docker and Kubernetes (since I believe those will eventually supersede proprietary approaches), and service mesh proxies targeting micro-service architectures (which are a fundamental requirement for exposing scalable services).
Resources
Category | Date | Notes |
---|---|---|
API Management | 2018 | A very nice API gateway |
Compute Isolation | 2020 | Lightweight VMs |
Ingress | 2018 | A modern reverse proxy that can work as a Kubernetes ingress controller |
Lyft’s front-end L7 proxy |
||
PaaS | A Docker-based solution with Kubernetes integration that runs on Azure. |
|
Interesting, but has no decoupling between ingress and admin |
||
Service Mesh | A microservice management platform |
|
Wrapper | A Python centric solution for deploying on AWS Lambda. |