How to go multi-region with AWS Serverless and CDK
A guide to building globally distributed, multi-region active-active serverless applications on AWS using CDK, focusing on high availability and low latency.
A guide to building globally distributed, multi-region active-active serverless applications on AWS using CDK, focusing on high availability and low latency.
A technical deep dive into the startup process and internal mechanics of Azure Durable Functions, focusing on instance initialization.
A technical guide on building a secure code execution sandbox using Azure Durable Functions and Container Instances to run user-submitted C# code.
Announcing the public preview of a serverless Point In Time Scheduler for ad-hoc, long-term event scheduling in AWS.
A guide to using the Netlify CLI to check the bundled size of Netlify functions locally to avoid 50MB deployment limits.
A technical guide on installing and testing Knative serverless on Google Kubernetes Engine (GKE) Autopilot, detailing encountered issues and workarounds.
A developer's top three AWS re:invent announcements for serverless: Lambda event filters, new S3 Glacier tiers, and DynamoDB Infrequent Access.
An introduction to OpenFaaS, a platform for deploying and managing serverless functions on your own infrastructure using Kubernetes or containerd.
A practical guide on migrating AWS Serverless applications to Microsoft Azure, discussing vendor lock-in risks and providing a code migration example.
A developer's hands-on experience building a web app with Serverless Cloud during its public preview, covering setup, features, and workflow.
A technical guide on configuring AWS Amplify and API Gateway to serve binary data, specifically PDF files, from a serverless Lambda function.
Discusses capacity planning for serverless applications, focusing on monitoring AWS service limits (like Lambda and DynamoDB) to prevent throttling and ensure scalability.
A guide to creating simple AWS serverless demo applications using Lambda, API Gateway, and ALB for debugging infrastructure.
A tutorial on building an automated stock checker for gaming consoles using Playwright, Azure Functions, and Twilio for notifications.
A tutorial on building an Alexa Skill using Python and Azure Functions, including debugging and setup steps.
An overview and first impressions of AWS App Runner, a new fully managed service for deploying containerized applications without infrastructure management.
A guide to reducing AWS serverless costs using commitment-based pricing for CloudFront, Lambda, and DynamoDB, and downgrading S3 storage.
Debugging and fixing the 'EMFILE: too many files open' error in AWS Lambda NodeJS by moving initialization logic and using Lambda Insights.
Explores building custom bindings for Azure Functions .NET Isolated Worker to reduce boilerplate code and focus on core function logic.
A recap of a live coding stream discussing Jamstack, serverless functions, and using Netlify with the DEV API.