Live CMS Previews with Sanity and Eleventy
Explains how to implement live content previews for a static Eleventy site using Sanity CMS and serverless functions.
Explains how to implement live content previews for a static Eleventy site using Sanity CMS and serverless functions.
Explains the difference between event-driven architectures and event-based compute in serverless applications on AWS.
A software engineer explains their decision to join Decodable, a startup building a serverless real-time data platform, focusing on stream processing.
Analyzes potential AWS cost savings from migrating a backend from NodeJS to Golang, focusing on compute services like EC2, Fargate, and Lambda.
How to use SQLite with Litestream for serverless data replication, eliminating database servers and reducing costs to $0.03/month.
A developer's guide to building a serverless system for stamping and delivering eBooks using AWS Lambda, S3, and SES to overcome Paddle's limitations.
A summary of AWS Step Functions, covering state types, pricing models, and key concepts for building serverless workflows.
A deep dive into configuring and using AWS API Gateway access logs for debugging and performance analysis of serverless APIs.
Analysis of an AWS serverless ETL pattern using EventBridge, Lambda, Fargate, and S3 to process CSV files into DynamoDB.
Learn to build an AWS CDK stack that sends email notifications via SNS when files are uploaded to an S3 bucket.
A beginner's guide to setting up and deploying your first Firebase Cloud Function, covering initial project configuration and dependencies.
A beginner's guide to setting up and using Netlify Functions for serverless backend tasks, like handling a contact form.
A developer details building a custom, serverless search engine for a static blog using Java, Apache Lucene, Quarkus, and AWS Lambda.
Learn how to test AWS CDK Lambda functions locally using AWS SAM, avoiding frequent cloud deployments for faster development.
Explores if large Node.js module dependencies impact performance in regular apps vs. Serverless functions, based on community insights.
An introduction to Netlify Functions, explaining how they simplify AWS Lambda by abstracting away complex configuration and deployment.
A guide on how to connect an AWS API Gateway to trigger a Lambda function, creating a serverless REST API endpoint.
An introduction to Amazon EventBridge, explaining how it simplifies serverless architecture by decoupling services using an event-driven model.
A frontend engineer explains how serverless architecture empowers them to focus on product building by abstracting away backend complexity.
Performance testing of DynamoDB Transactions compared to other API calls, including batch writes and failed transactions.