Serverless
AWS Lambda launches support for packaging and deploying functions as container images
Read more...
Azure Functions introduce a data-driven strategy to pre-warm serverless applications right before the next request comes in
Read more...
Insightful statistics about the actual production usage of Azure Functions, based on the data from Microsoft's paper
Read more...
My review of the paper "InfiniCache: Exploiting Ephemeral Serverless Functions to Build a Cost-Effective Memory Cache"
Read more...
Running Azure Functions Docker container inside Google Cloud Run managed service
Read more...
Google Cloud Run is the latest addition to the serverless compute family. While it may look similar to existing services of public cloud, the feature set makes Cloud Run unique.
Read more...
AWS recently announced the launch of Provisioned Concurrency, a new feature of AWS Lambda that intends to solve the problem of cold starts.
Read more...
Factors to consider while deploying cloud infrastructure for serverless apps.
Read more...
Hosting Azure Functions in Kubernetes: how it works and the simplest way to get started.
Read more...
Ten bite-sized code snippets that use Pulumi to build serverless applications with Azure Functions and infrastructure as code.
Read more...
Verifying your Function App as a valid target for the cloud load testing.
Read more...
Building a serverless application on Azure with both the data store and the HTTP endpoint located close to end users for fast response time.
Read more...
The simplest way to take a Node.js function and deploy it to Azure cloud as an HTTP endpoint using Pulumi.
Read more...
The influence of the deployment method, application insights, and more on Azure Functions cold starts.
Read more...
Exploring approaches to sharing or isolating resources between multiple executions of the same cloud function and the associated trade-offs.
Read more...
Scalability test for HTTP-triggered serverless functions across AWS, Azure and GCP
Read more...
How F# and Azure Durable Functions make children happy (most developers are still kids at heart)
Read more...
Why and How of Stateful Workflows on top of serverless functions
Read more...
Comparison of queue processing scalability for FaaS across AWS, Azure and GCP
Read more...
Comparison of performance benchmarks for Azure Functions V1 and V2
Read more...
Comparison of cold start statistics for FaaS across AWS, Azure and GCP
Read more...
Preventing cold stats of AWS Lambda during longer periods of inactivity, implemented as a reusable Pulumo component
Read more...
Provisioning AWS Lambda and API Gateway with Pulumi, examples in 5 programming languages
Read more...
Can we avoid cold starts by keeping Functions warm, and will cold starts occur on scale out? Let's try!
Read more...
Auto-provisioning and auto-scalability are the killer features of Function-as-a-Service cloud offerings, and Azure Functions in particular.
One drawback of such dynamic provisioning is a phenomenon called “Cold Start”.
Read more...