Not another Serverless AI - LMI and EventBridge along with SAM making noise 🚀☁️ #102
AWS MCP goes GA
In the previous issue, AI Agents on Serverless🚀☁️ #101 we looked into how the AI Agents are deployed on Serverless.
The conversation around AI automation has officially shifted. We’ve spent the last two years hyper-focused on the brains—the models, the prompts, and the agentic logic.
Something from the recent announcement that catches my attention is -
SAM CLI + BuildKit = True Velocity: We are writing features faster than ever, which means slow, sequential container builds are the ultimate bottleneck. By bringing native BuildKit support into the SAM CLI, AWS enables multi-stage builds to execute independent steps in parallel. Layer caching now tracks file-level changes instead of rebuilding entire chunks from scratch. Your deployment loop drops from minutes to seconds, matching the speed of thought.
Predictable Cost Grid via EventBridge Scheduler: Running high-memory, warm instances full-blast at 3 AM when your engineering team is asleep is a massive waste of cloud budget. Amazon EventBridge Scheduler just added 619 new SDK API actions—including direct support for Lambda Managed Instances. Without writing a single line of custom integration code, you can set a time-based cron schedule to scale your LMI capacity up at 8:30 AM and drop it down to zero at night. That is true, precise control over your capacity provisioning, natively managed by the cloud.
Build optimization, scalability at ease! That’s the era of Serverless we want to be in with the AI Agents taking over.
⭐ Pick of the month
This month’s Pick is “Event-Driven Architecture”.
Lee Gilmore breaks down Automated Certificate Generation with Event-Driven Serverless Pipelines on AWS and how crucial domain events and SQS queues are, with a complete code walkthrough.
Jones Zachariah Noel’s blog on what is event driven architecture and how do you build one helps you understand EDA as a pattern; it’s all in plain sight in most serverless architectures.
🚀 AWSome content to learn from
Ayesha Siddiqua talks about Serverless in 2026: hype or the real deal for startups? The honest answer is both, depending on what you are building, and a takeaway decision framework for choosing the best one.
Ran Isenberg address if AWS Lambda Tenant Isolation Mode enough for SaaS? with the internals of tenant isolation mode and what exactly it solves with isolation in SaaS world.
Werner Vogels and the Lambda Networking team - Ravi Nagayach, Prashant Singh, Kshitij Gupta blog on the invisible engineering behind Lambda’s network with VPC and cold starts, along with the challenges tackled!
Ganesh M puts down a Mastering Serverless Security: A Guide to AWS IAM and Resource-Based Policies with IAM and the best practices and some of the pitfalls to avoid.
Oscar Cortes Bracho debates on Is AgentCore the New Lambda? As AgentCore enables building agents in a serverless way, with some experiments of using AgentCore with other AWS Services.
Efi Merdler-Kravitz builds out durable functions in action From Urine to the Cloud: A Journey from Kidney Physiology to Computer Vision with LDF being the backbone for the solution.
Luciano Mammino is writing middlewares for Rust Lambda functions and shares the middleware pattern and reusable code with tower, and also compares it to the middleware pattern from NodeJS runtime.
Darryl Ruggles shares on S3 Files: The End of Download-Process-Upload (with Terraform) with the after pattern of file system with S3 without using any complex configurations with NAT Gateways, VPC, and EFS.
⚒️ What's happening with Serverless tools, samples, and projects
Ran Isenberg published AWS Lambda Handler Cookbook (Python) v10.0.
Floci, an open-source local AWS emulator.
Arnav Verma has published aws cost optimizer for EBS volumes.
🎙️ Podcasts, videos, and live-streams
On The New Stack, Luca Chang shares how AWS Bedrock is shaping Model Context Protocol
Dheeraj Choudhary explains ECS vs EKS vs Lambda: Which AWS Service to Choose?
Joud Awad breaks down SNS vs SQS vs EventBridge Which One Should You Use.
🗓️ Mark your calendars
Serverless Guru is hosting SLS.Day on May 15th, 2026.
AWS Community Days are happening -
ACD East Canada on June 20th, 2026.
ACD Midwest on June 24th, 2026.
ACD Bengaluru on July 11th, 2026. CFP is currently open until April 30th, 2026.
ACD Poland on September 8th, 2026. CFP is currently open until July 6th, 2026.
ACD Adria on October 22nd, 2026. CFP is currently open until June 15th, 2026.
AWS Community Summit Birmingham on June 4th, 2026.
ServerlessDays Milano on October 13th, 2026. CFP is currently open until June 15th, 2026.
AWS North Community Conf on October 15th, 2026. CFP is currently open until June 30th, 2026.
📢 What's new in Serverless
AWS Lambda adds support for Ruby 4.0.
Amazon CloudFront Announces WebSocket Support for VPC Origins.
Amazon CloudWatch Logs Insights supports querying by log group tags.
AWS SAM now supports WebSocket APIs for Amazon API Gateway.
AWS SAM CLI adds BuildKit support for AWS Lambda functions packaged as container images.
The AWS MCP Server is now generally available.
Announcing Agent Toolkit for AWS — help AI coding agents build effectively on AWS.
Claude Platform on AWS is now generally available.
Amazon EventBridge Scheduler adds 619 new SDK API actions, including Lambda Managed Instances.
AWS Lambda supports scheduled scaling for functions on Lambda Managed Instances.
Cloudflare introduces Dynamic Workflows: durable execution that follows the tenant.
👨💻 Word from the author
Thanks for the support and let’s share more about Serverless!!!
I’m open to feedback, so feel free to DM me on LinkedIn for any queries about AWS or Serverless.
If you are looking for any guidance or assistance with learning Serverless, my LinkedIn DMs are open for a chat!
Stay tuned and share with Serverless enthusiasts. Follow The Serverless Terminal on X (formerly Twitter) and Blog.
Until next time, happy building on Serverless!


