top of page
Blog Posts
Top 10 Most Viewed Posts
-
AWS Lambda Cookbook - Part 4 - Environment Variables Best Practices
-
AWS Lambda Cookbook - Part 5 - Input Validation Best Practices
-
Guide to AWS Serverless & Lambda Testing Best Practices - Part 1
-
Guide to Serverless & Lambda Testing - Part 2 - Testing Pyramid
-
Learn How to Write AWS Lambda Functions with Three Architecture Layers
Search


AI-Driven SDLC: How to Build Secure, Governed, and Scalable Software with AI
AI is transforming the Software Development Life Cycle by embedding intelligent agents into planning, design, development, testing, and operations. This guide explains how to build a secure, governed, and scalable AI-driven SDLC using spec-driven development, centralized governance, and platform engineering practices. Learn how organizations can improve velocity, quality, and security while enabling developers to deliver production-ready code from day one.

Ran Isenberg
6 days ago9 min read


How to Build Open Source Software Developers Actually Want to Use
Building a successful open-source project goes beyond sharing code — it requires production-grade quality, clear documentation, strong DevEx, and active community engagement. In this guide, learn how to build secure, maintainable, and high-impact open-source projects using GitHub best practices, CI/CD pipelines, contribution templates, and real-world automation. Ideal for both companies and individual developers.

Ran Isenberg
Jan 87 min read


AWS re:Invent 2025: My Serverless & Agentic AI Takeaways
AWS re:Invent 2025 summary - exciting new services and features launched from a Serverless and agentic AI developer perspective.

Ran Isenberg
Dec 8, 202518 min read


Platform Engineering Isn’t Just for Kubernetes—Serverless Needs It Too!
Platform engineering isn't just for Kubernetes—serverless teams need it too. In this post, learn how applying platform engineering principles to AWS serverless can help you scale infrastructure, enforce security, improve observability, and boost developer productivity. From reusable CDK blueprints to automated governance and cost optimization, see how platform teams empower developers and accelerate delivery in a serverless world.
Anton Aleksandrov
Nov 6, 20258 min read


AWS re:Invent 2025 — My Selection Of Sessions - Serverless, Security, SaaS and AI
My session guide for AWS re:Invent: 2025 breakout sessions, workshops, and talks relevant to Serverless, SaaS, platform engineering, and security.

Ran Isenberg
Oct 8, 202512 min read


Guide to AWS re:Invent 2025 - Tips & Tricks
AWS re:Invent 2025 is massive, intense, and full of opportunities. In my latest guide, I share practical tips from three years of experience as both speaker and attendee. From arriving early to beat jet lag, packing the right tools (shoes, layers, battery pack), and navigating sessions efficiently, to leveraging community tracks, social events, and unique Vegas experiences—this post helps you plan smart, learn deeply, and connect with the AWS community like a pro.

Ran Isenberg
Sep 23, 20256 min read


Secrets Manager vs. Parameter Store: Which One Should You Really Use?
Choosing between AWS Secrets Manager and SSM Parameter Store isn’t always straightforward. This guide breaks down the key differences in cost, secret rotation, versioning, encryption, IaC support, and more—helping you decide which service fits your use case. Whether you're managing sensitive credentials or sharing configuration across environments, you'll walk away with a clear, practical recommendation backed by real-world experience.

Ran Isenberg
Sep 8, 20254 min read


Serverless MCP on AWS: Lambda vs. Fargate for Agentic AI Workloads
Building agentic AI requires more than prompts—it needs secure, structured access to your systems. This post explores three ways to deploy a production-grade MCP server on AWS: Lambda with Web Adapter, Pure Lambda, and AWS Fargate. Compare performance, cost, observability, and DevEx tradeoffs, and access ready-to-use CDK templates. Ideal for teams bringing agentic AI into real-world applications on AWS.

Ran Isenberg
Jul 16, 202512 min read


14 AWS Lambda Security Best Practices to Secure Your Serverless Applications
AWS Lambda makes it easy to build serverless apps—but security is often an afterthought. This post covers 14 real-world Lambda security best practices, from input validation, secret management, and least-privileged IAM to tenant isolation and safe logging. Backed by years of hands-on experience and aligned with OWASP Serverless Top 10, it includes a downloadable checklist to help you secure your functions from day one.

Ran Isenberg
Jul 9, 20259 min read


Agentic AI Prompting: Best Practices for Smarter Vibe Coding
learn best practices for crafting effective prompts, integrating organizational context with MCP, avoiding common pitfalls, and scaling AI workflows across teams. Discover how to build faster, smarter, and safer with agentic AI—without losing your engineering edge.

Ran Isenberg
Jun 17, 202510 min read


Agentic AI & MCP for Platform Engineering Teams: Strategy and Real-World Patterns
learn how to build a secure, governed foundation for AI adoption using three key building blocks: a centralized prompt library and CLI, MCP server blueprints, and connectors to organizational data. Discover practical strategies to enable architecture reviews, code transformations, and design generation—all while aligning with security and platform engineering standards.

Ran Isenberg
May 27, 20257 min read


Catch Bugs Before They Catch You: Observability with CloudWatch Synthetics
Maintaining production systems is hard—bugs happen, and reacting late can cost you. AWS CloudWatch Synthetics offers a proactive way to catch issues before your users do by simulating real user actions. In this post, guest author Tom Nachum from CyberArk shares how his team uses synthetic canaries to monitor critical business flows, detect failures early, and boost reliability. Learn how to implement, schedule, and debug canaries with ease using AWS tools.

Tom Nachum
May 19, 20258 min read


I Tried Running an MCP Server on AWS Lambda… Here’s What Happened
I attempted to run an MCP server serverlessly on AWS Lambda using FastAPI, FastMCP, and the Lambda Web Adapter. While it technically worked, the developer experience was rough—cold starts were slow, observability was limited, and testing was clunky. Compared to my experience building with Bedrock agents, this felt like a step backward. MCP is promising, but today, running it on Lambda isn’t production-ready. Here’s my full breakdown and thoughts.

Ran Isenberg
May 10, 20254 min read


Build Serverless WebSockets with AWS AppSync Events and Powertools for AWS Lambda
In this post, you'll learn how to use AWS Lambda functions as both data sources and event handlers for publish and subscribe actions in AWS AppSync Events. We’ll walk through setting up a namespace, wiring direct Lambda integrations using CDK, and handling real-time events with Powertools for AWS Lambda. This approach gives you full control, observability, and flexibility—all while keeping your WebSocket architecture serverless and scalable.

Ran Isenberg
May 5, 20257 min read


Building Serverless MCP Servers and What Does Peppa Pig Have To Do With It
This post walks through building a stateless Model Context Protocol (MCP) server on AWS Lambda using Streamable HTTP—no custom bridges or transports. It explores MCP internals, tool/resource definitions, deployment with API Gateway, and local testing with stdio. Learn how Agentic AI Assistants leverage MCP to execute actions with real-time context, and how this protocol simplifies integration across diverse systems.
Anton Aleksandrov
Apr 23, 202512 min read


Stop Building Internal Tools Nobody Wants: A Platform Engineer’s Guide
Stop building internal tools nobody wants. Platform engineering tips to boost adoption, DevX, feedback, and internal open-source mindset

Ran Isenberg
Mar 31, 20257 min read


AWS Service Catalog: A Game Changer for Platform Engineering
Discover how AWS Service Catalog helps Platform Engineers balance flexibility, security, and governance—transforming delivery at scale

Ran Isenberg
Mar 3, 20257 min read


5 Serverless Architecture Patterns You Should Stop Using (And What to Do Instead)
Avoid common AWS Serverless architecture pitfalls! Learn 5 outdated patterns & the best practices to replace them for better services

Ran Isenberg
Feb 10, 20257 min read


How Social Engineering Phishing Works: My Real-Life Encounter
Fell for a phishing attack using social engineering? I did—almost. Here’s how it worked, the tech behind it, and tips to stay safe.

Ran Isenberg
Jan 27, 20256 min read


Simplify Security, Governance, and WAF Management with AWS Firewall Manager
Learn how to simplify AWS security, manage WAF rules, and enforce policies across accounts with AWS Firewall Manager, with AWS CDK code

Yaron Ben Ezra
Jan 15, 20257 min read


2024 Summary & Come Write with Me
Review the year 2024 from my personal perspective and how to become a guest writer on my website

Ran Isenberg
Dec 31, 20246 min read


Protect Your API Gateway with AWS WAF using CDK
learn about AWS Web Application Firewall (WAF) and use CDK code to protect an REST API served by an API Gateway and enable metrics and logs

Ran Isenberg
Dec 16, 20244 min read


AWS re:Invent 2024: My Serverless Takeaways
AWS re:Invent 2024 exciting new services and features launched from a Serverless developer perspective.

Ran Isenberg
Dec 6, 202410 min read


AWS AppSync Events - Serverless WebSockets Done Right or Just Different?
AWS AppSync Events lets you broadcast realtime data with Serverless WebSockets. Learn how it works, use cases and diff from API GW Websocket

Ran Isenberg
Nov 18, 20249 min read
bottom of page