InfiniCache: Distributed Cache on Top of AWS Lambda (paper review)
A review of the InfiniCache research paper, which explores building a distributed memory cache using AWS Lambda's serverless functions.
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.
A tutorial on using AWS S3 to create a shared, scalable storage bucket for friends to upload and access large media files like videos and photos.
Explores common technical and organizational challenges teams encounter when adopting serverless architecture, including learning curves and new development paradigms.
Explains AWS Lambda's Provisioned Concurrency feature, detailing how it solves cold start issues for latency-sensitive serverless applications.
A curated list of AWS workshop links and resources from re:Invent 2019, covering serverless, security, robotics, AI, and cloud services.
A tutorial on setting up and configuring a Google Cloud Run service using Terraform infrastructure-as-code.
A whimsical, holiday-themed article explaining how to use F# and Pulumi to automate cloud infrastructure provisioning and deployment workflows.