We’re Already Living in a Post-Serverless World
The article argues that serverless computing is evolving beyond its initial hype, becoming a seamless, default infrastructure layer that no longer requires constant justification.
The article argues that serverless computing is evolving beyond its initial hype, becoming a seamless, default infrastructure layer that no longer requires constant justification.
Introduces Lambda Live Debugger and other techniques for debugging AWS Lambda functions and serverless applications effectively.
Comparison of Lambda Live Debugger vs AWS's new official remote debugging for serverless development, highlighting key differences and advantages.
A tutorial on automating AWS Textract document analysis using AWS Lambda, S3 triggers, and SNS notifications for serverless text extraction.
A tutorial on automating AWS IAM access key age notifications using AWS Lambda and SES, with code examples and security best practices.
A guide to adding logging to AWS Lambda functions without redeployment using a custom Node.js extension.
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.
Lambda Live Debugger is an open-source tool for local, real-time debugging of deployed AWS Lambda functions, streamlining serverless development.
A technical analysis testing the performance impact of enabling caching in Amazon API Gateway, comparing response times with and without cache.
Explores AWS Lambda as a 'halo product' that boosts brand perception, comparing it to iconic halo cars, and discusses its role versus traditional EC2 instances.
A tutorial on building a serverless email form using AWS Lambda, Brevo API, and Google reCAPTCHA for validation.
A guide on using AWS X-Ray with Quarkus to monitor and debug serverless Lambda functions, including setup and custom instrumentation.
A roundup of the top 10 most popular AWS DevOps blog posts from 2023, covering topics like Lambda testing, CodeWhisperer, and CLI tools.
A developer details upgrading a .NET AWS Lambda function to Native AoT, achieving over 85% faster cold starts and reduced costs.
Explains how to export AWS CDK code to clean CloudFormation templates, covering escape hatches and practical use cases.
A guide to enhancing AWS CloudWatch alarms for Lambda errors by adding detailed error messages to email notifications via a CDK construct or CloudFormation.
Tutorial on deploying a .NET 6 API to AWS Lambda, integrating with AWS RDS (SQL Database) and SES (Email Service).
Explains the difference between event-driven architectures and event-based compute in serverless applications on AWS.
A technical analysis of selecting a Java Redis driver (Jedis) for Amazon ElastiCache, covering architecture, performance, and lessons learned.