A retrospective on AWS outage 2025
A technical analysis of the 2025 AWS outage, its causes, impact on businesses, and lessons for building resilient cloud architectures.
A technical analysis of the 2025 AWS outage, its causes, impact on businesses, and lessons for building resilient cloud architectures.
A developer shares lessons learned from a minor AWS production incident involving SQS message limits and the claim check pattern.
A developer shares their experience passing the AWS Certified Developer – Associate exam, including exam format, key topics, and study advice.
A developer details the serverless architecture evolution of an AWS Community Builders blog content Twitter bot, built with Lambda, EventBridge, and DynamoDB.
Analyzes potential AWS cost savings from migrating a backend from NodeJS to Golang, focusing on compute services like EC2, Fargate, and Lambda.
Announcing the public preview of a serverless Point In Time Scheduler for ad-hoc, long-term event scheduling in AWS.
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 guide to reducing AWS serverless costs using commitment-based pricing for CloudFront, Lambda, and DynamoDB, and downgrading S3 storage.
Tutorial on building a GraphQL server using Apollo Server and AWS CDK with TypeScript, including Lambda and API Gateway setup.
A beginner's guide to setting up and using Netlify Functions for serverless backend tasks, like handling a contact form.
A guide to selecting and optimizing AWS Compute Savings Plans for serverless workloads like Lambda and Fargate to reduce costs.
Explains how to monitor serverless scheduler performance using AWS CloudWatch Custom Metrics and Insights, with code examples.
A guide to using AWS CloudWatch Custom Metrics and Alarms to monitor the health of a serverless application's core process.
Explores common challenges in AWS serverless development and provides strategies to overcome them for better system design.
Analyzes the delay between DynamoDB TTL expiration and actual deletion, showing how table size impacts the delay.
A deep dive into AWS S3 Batch Operations, covering its core elements and providing a walkthrough for running a batch job with Lambda and Comprehend.
A guide to AWS CloudFormation Macros, explaining how to create custom template transformations using Lambda functions for more flexible infrastructure-as-code.
A serverless service that monitors the AWS Solutions catalog and sends alerts via SNS when new solutions are added.
A guide to getting started with serverless architecture, covering language selection, tools, and best practices for AWS Lambda.