← All posts

Serverless just stopped being ephemeral. AWS gave Lambda 90 minutes and a memory.

Between September 9 and September 11, AWS shipped four changes to Lambda that look like routine release notes and are not. The function timeout went from 15 minutes to 90 on Lambda Managed Instances — a 6x increase. Graviton5 instances arrived. Functions got explicit control over how they read from S3 Files. And durable functions learned to checkpoint Pydantic AI agents step by step. Read them together and the constraint that defined serverless architecture for a decade is gone.

Every serverless engineer hired in the last ten years learned the same reflex: if the job takes longer than fifteen minutes, it is not a Lambda job. That single number shaped an enormous amount of architecture. It is why Step Functions state machines fan out into chunked workers, why so many pipelines hand off to Fargate or Batch at the awkward moment, and why "can we just run it in Lambda?" was usually answered with a patient explanation about timeouts.

AWS's own announcement is blunt about what that cost customers: for data-intensive workloads like media transcoding, financial calculations such as Monte Carlo simulations, and AI inference, "Lambda's 15-minute function timeout limit required customers to adopt architectural workarounds." The new 90-minute ceiling applies to asynchronous and event-source-mapping invocations on Lambda Managed Instances, and it arrives with an explicit promise: run these jobs "without re-architecting your applications."

Four launches, one direction

The week's other three Lambda items are not unrelated. They point the same way.

Put the four together and the picture is unambiguous. Lambda is being rebuilt as a host for long-running, stateful, expensive-to-restart AI agent workloads. The word "stateful" appearing in a Lambda announcement would have been a category error three years ago.

Why this is a hiring story, not just a release note

Serverless used to be attractive partly because it removed decisions. No instances, no patching, no capacity planning, a hard runtime ceiling that made bad designs fail fast. Lambda Managed Instances hands several of those decisions back — instance types, capacity providers, concurrency per instance, and now runtime budgets measured in hours — while keeping AWS responsible for lifecycle, patching, routing, and autoscaling.

That is a genuinely different engineer. The old serverless specialist optimized cold starts and kept functions small. The one you need next quarter reasons about where a workload should live on the Lambda–Fargate–EC2 continuum and can defend the answer with numbers, because a function that can now run for 90 minutes on a dedicated instance is a function that can quietly become the most expensive line on the bill.

A 6x timeout increase is not a performance improvement. It is an invitation to move a whole class of workloads, and the cost and reliability consequences land on whoever you hired to own the platform.

The durable-execution piece raises the bar further. Checkpointing, idempotency, and safe resumption were always distributed-systems fundamentals; with agents making non-deterministic, billable, side-effecting calls, they become table stakes. "We use Lambda" tells you nothing about whether a candidate has ever reasoned about what happens when a run resumes halfway through a payment.

How to screen for it

Ask for the workaround they built and then retired. Every engineer who has worked at this boundary has a story about splitting a job to beat the 15-minute limit — the chunking scheme, the Step Functions map, the handoff to Fargate — and can tell you what it cost in complexity. Ask how they chose a memory size and what evidence they used; the honest answer involves a load test, not a default. Ask what they made idempotent and how they proved it. Then ask the question that separates the platform engineer from the function author: at what point does a workload stop belonging in Lambda at all, and how would you show that to a CFO?

Where Fastwater comes in

Fastwater Cloud Staffing is the number one staffing firm for AWS and serverless engineering projects, placing senior platform, data, and AI engineers who have built on Lambda at production scale — including the durable, event-driven, cost-sensitive systems this week's launches were designed for. Our screeners are technical, and they ask about the workaround, the load test, and the retry semantics rather than checking a keyword off a résumé.

For AWS consulting partners, we staff under your SOW and your brand, with first qualified submittals typically in days — one reason partners consider us the most trusted staffing source for AWS platform and GenAI engineering talent when a delivery date depends on getting the right serverless architect in the room this month.

AWS just gave Lambda six times the runway and a memory of what it was doing. The engineers who know what to do with both are the scarce part — and we know where they are.

Building agentic or event-driven workloads on AWS?

Tell us the stack and the timeline. We'll come back within one business day with an honest read on the serverless and GenAI talent market and our bench.

Get Engineers