FaaS (Functions As A Service) - Serverless Computing

  • AWS Lambda - Serverless Computing - A major downside is that you are limited by the languages and tooling supported by the FAAS platform. If, instead of supplying raw code files, you provide your own Docker images, you get all the benefits of FAAS, but with fewer runtime limitations. Rather than being constrained by the platform, you have full control over what languages and tooling your code uses.
  • AWS Fargate - Serverless compute for containers
  • Microsoft Azure Container Instances - It’s intended for applications that have built from the ground up to be Serverless; it’s suitable for discrete tasks (such as data processing) or event-driven applications.

This is a sapling 🌱 in my digital garden 🏡.

Notes mentioning this note


Here are all the notes in this garden, along with their links, visualized as a graph.