S3 is object storage, vector DB and now File System. 🚀☁️ #100
The AWS Frontier Agents go GA! And we are 100 issues on the newsletter
In the previous issue, Did we forget Step Functions over Durable Functions?🚀☁️ #99 on how Step Functions is no less in the game of efficient workflows.
In this issue, we are looking into S3 Files and paired with AWS Lambda, ECS (Fargate), and EKS. It effectively turns S3 into a low-latency, “warm” file system for serverless compute without the need for manual data staging.
For serverless, S3 Files turns your "cold" data lake into a "hot" local drive, eliminating the code complexity of managing local caches and data synchronization.
“/tmp pattern” in AWS Lambda involves a three-step dance: downloading an object from S3 to the local ephemeral storage, processing it, and uploading it back. While functional, this introduces latency (cold starts), adds code complexity, and is limited by the 10 GB /tmp ceiling. Amazon S3 Files fundamentally changes this by replacing the Data Transfer phase with a Mount phase and using the file system to easily access files.
⭐ Pick of the month
This month’s Pick is “SQS + Lambda”.
Rehan van der Merwe breaks down the 7 SQS Lambda EMS Scaling behaviors from Lambda invocations and how cold start depends on batch sizes and ESM poller invoking the Lambda.
Luiz Machado explains about the dashboard he has built - SQS Admin Panel: a serverless panel to manage queues, and how to run it locally as well as deploy it with SAM CLI.
Jones Zachariah Noel’s (author) has published how to get started with SQS and understanding types of SQS: Standard and FIFO. If you have cross-account messages, the SQS queue can trigger cross-account Lambda. Also, if you are internested with SQS monitoring and the metrics to look at to understand SQS performance.
🚀 AWSome content to learn from
Aditya Jha breaks down the latest updates with AWS Lambda and must know for developers in 2026 with durable functions, managed instances and runtime flexibility along with lower latency for SQS triggered workloads.
Luis Carlos Osorio Jayk’s CRUD MVPs Starter Kit on AWS Lambda Web Adapter (with Claude Code Support) leveraging Server Side Rendering and Lambda function with Lambda Web Adapter.
Darryl Ruggles’s blog on Amazon Aurora DSQL: A guide to AWS’ Distributed SQL DB that rundowns on the architecture and code with the best practices to go with a truly multi-region DB.
Harpreet Siddhu digs into the 5 Replay Pitfalls in AWS Lambda Durable Functions & How to Design Around Them be it branching decision or static names how it will all play out together!
Eric Johnson shares how Lambda just got a file system and adding AI agents on it brings the best out of S3 Files and adding Strands agent enables the file tools that operates on the file system.
Aashana Shanu explains how using AWS Lambda as an MCP server and the lessons learnt with building AI agents that recover the abandoned carts with the challenges and trade-offs.
Kento IKEDA explains how Amazon S3 Files eliminates the architectural layers and also creates new ones and the real problem S3 is addressing with S3 Files and how it’s more than the mount file system.
Manoj Fernando gets into the event-driven Lambdas with email triggers using Amazon SES explaining how the inbound emails and MX records could be used for triggering Lambda functions.
Luc van Donkersgoed reveals how AWS News leverages semantic content search with the embeddings and S3 vector buckets adding in a good value using Agentic AI and the whole process of how AWS News uses it.
⚒️ What's happening with Serverless tools, samples, and projects
Pramesh Bajracharya published video-notes.
Debasis Rath and Stephen Liedig's team have published AWS Lambda managed instances samples.
Luiz Machado has built out SQS Admin Painel.
Ran Isenberg’s AWS Lambda Handler Cookbook v9.6.0 is out.
Gunnar Grosch has published durable-viz.
Jeff Graham has published eventflow.
Paul Santus has published s3files-sftp Terraform module.
🎙️ Podcasts, videos, and live-streams
Abhijit Ghosh explains how to trigger Lambda from DynamoDB in a different AWS Account.
Eric Johnson dives into event-driven agents.
Joud Awad explains AWS Bedrock AgentCore.
🗓️ Mark your calendars
Portland AWS User Group’s meet-up Serverless Reporting with AWS Step Functions & CDK happening on April 21st, 2026.
AWS UG BLR April 2026 meet-up happening on April 25th, 2026.
Melbourne Serverless Meetup Group event happening on April 30th, 2026.
AWS Community Days are happening -
ACD Romania on April 23rd-24th, 2026.
ACD Athens on April 28th, 2026.
ACD Türkiye on May 9th, 2026.
ACD Midwest on June 24th, 2026.
ACD Bengaluru in July 2026. CFP is currently open until April 30th, 2026.
AWS Community Summit Birmingham on June 4th, 2026.
📢 What's new in Serverless
AWS Security Agent on-demand penetration testing is now generally available.
AWS DevOps Agent is now generally available.
Amazon CloudFront now supports SHA-256 for signed URLs and signed cookies.
Announcing managed daemon support for Amazon ECS Managed Instances.
Launching S3 Files, making S3 buckets accessible as file systems.
AWS Lambda expands response streaming support to all commercial AWS Regions.
Amazon S3 Lifecycle pauses actions on objects that are unable to replicate.
Aurora DSQL launches connector that simplifies building PHP applications.
👨💻 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!


