Serverless in the Wild: Azure Functions Production Usage Statistics
Analysis of Microsoft's research paper on real-world Azure Functions usage, covering trigger types, app structures, and invocation patterns.
Analysis of Microsoft's research paper on real-world Azure Functions usage, covering trigger types, app structures, and invocation patterns.
Explains how to monitor serverless scheduler performance using AWS CloudWatch Custom Metrics and Insights, with code examples.
Best practices for designing Azure Functions including dependency injection, short executions, and messaging patterns.
A technical guide on building a serverless app using AWS Lambda and Comprehend to analyze sentiment from tweets about companies.
Part 2 of a tutorial on using Azure Event Grid with PowerShell Azure Functions to automate resource configuration after creation.
A technical guide on using Azure Event Grid with PowerShell Azure Functions to automate resource configuration after VM or Storage Account creation.
A review of the InfiniCache research paper, which explores building a distributed memory cache using AWS Lambda's serverless functions.
Azure Cosmos DB now offers a Free Tier with 400 RUs and 5GB storage, enabling free development and testing for small applications.
A guide to creating a custom Netlify Build Plugin to generate markdown from Ghost during the build lifecycle.
An introduction to JAMstack architecture, explaining its core components (JavaScript, APIs, Markup) and how to get started building modern web applications.
Performance testing of DynamoDB Transactions compared to other API calls, including batch writes and failed transactions.
A guide to running .NET Azure Functions on Google Cloud Run, enabling C#/F# serverless workloads in GCP.
A guide to deploying serverless container applications using Google Cloud Run and Pulumi for infrastructure as code.
Explains how to build a real-time analysis pipeline for DynamoDB data using DynamoDB streams and AWS Lambda functions.
A guide to analyzing and reducing AWS Lambda costs through tagging, monitoring, and understanding pricing models.
Explores 5 key use cases for AWS Lambda, including HTTP APIs, data processing, and IoT, highlighting its cost-efficiency and scalability.
A step-by-step tutorial on creating and configuring an AWS Lambda function from scratch using the AWS Management Console.
An introduction to AWS Lambda, explaining its serverless, Function-as-a-Service model, cost benefits, and common use cases for developers.
A guide to building a custom, durable event source for Knative Eventing using .NET Core and the Azure Durable Task Framework.
An overview of using Python with serverless services on AWS and GCP, based on a talk from the Python Frederick event.