Some observations while writing my first Azure Function
A developer shares insights and challenges encountered while creating their first Azure Function, comparing IDE experiences and model choices.
A developer shares insights and challenges encountered while creating their first Azure Function, comparing IDE experiences and model choices.
A developer's review of Neon, a serverless managed PostgreSQL service, highlighting its branching feature and comparing it to other cloud providers.
A tutorial on automating AWS IAM access key age notifications using AWS Lambda and SES, with code examples and security best practices.
A tutorial on automating AWS Textract document analysis using AWS Lambda, S3 triggers, and SNS notifications for serverless text extraction.
A developer reimplements the Unsplash Source service using the Unsplash API and Val Town, sharing the technical process and code.
Highlights the top 10 AWS front-end web and mobile blog posts from 2024, covering topics like AWS Amplify, AppSync, and AI development.
A technical guide on deploying an Azure Function using the new Flex Consumption plan with VNet Integration, provisioned via Terraform.
A recap of AWS re:Invent 2024 Day 2, covering the CEO keynote, new AI/cloud service announcements, and technical sessions on serverless and SQS.
Highlights key announcements and innovations from the AWS re:Invent 2024 conference, covering new services and updates across AI, containers, and integration.
The author announces their new role as Director of Research at CloudZero, focusing on AI-driven cloud cost management and optimization.
A guide to adding logging to AWS Lambda functions without redeployment using a custom Node.js extension.
Guide on integrating ASP.NET Core middleware into Azure Functions HTTP triggers to use familiar HttpRequest, HttpResponse, and IActionResult objects.
A strategy to mitigate AWS Lambda cold starts for low-traffic functions using lifecycle events, moving beyond traditional scheduled warming.
AWS Lambda's new code editor features an improved Amazon Q Developer AI assistant for generating and debugging Lambda functions with better in-line code previews.
Argues against serverless complexity, advocating for scalable monolithic backend architectures for holistic system design.
Explains Function as a Service (FaaS), a core serverless technology, covering its characteristics, use with AWS Lambda, and best practices for development.
Lambda Live Debugger is an open-source tool for local, real-time debugging of deployed AWS Lambda functions, streamlining serverless development.
A guide to building a simple, serverless ACID database inspired by Delta Lake using Go, focusing on atomic PutIfAbsent for concurrency control.
A technical analysis testing the performance impact of enabling caching in Amazon API Gateway, comparing response times with and without cache.
Explains how to implement live content previews for a static Eleventy site using Sanity CMS and serverless functions.