The Circuitry
THE CIRCUITRYYour one-stop source for all tech news
HOMETODAYNEWSFEEDEVENTS
BOOKMARKS
RSS
© 2026 The Circuitry
About UsSourcesContactCorrectionsPrivacy
  • Today
  • Feed
  • Events
  • Saved
Scroll for more
Verification
VERIFIEDConfidence: HIGH
Source identified
Claims cross-referenced
No discrepancies found
Fact-check summary

Reported directly by AWS Blog — the official primary source for this announcement.

Sourcing
1source

via AWS Blog

AWS Blog · track record
5Stories
100%Verified
130d
All sources →
Markets
AMZN···

Live quote · not investment advice

Home/Tech/AWS Lambda Introduces MicroVMs for Isolated, Stateful Sandboxes
VERIFIEDBy Xavier Rivera· ·2.5 min read

AWS Lambda Introduces MicroVMs for Isolated, Stateful Sandboxes

AWS announced Lambda MicroVMs, a new serverless primitive offering VM-level isolation, rapid launch, state preservation up to session length, and full lifecycle control without infrastructure management. It fills the gap for multi-tenant apps that must safely run untrusted user or AI code in dedicated environments while delivering low-latency experiences.

Source:AWS Blog
Post
AWS Lambda Introduces MicroVMs for Isolated, Stateful Sandboxes
TL;DRAI · 60 sec read

AWS launches Lambda MicroVMs, a serverless option that runs user or AI code in isolated, stateful Firecracker VMs. The feature supplies VM-grade separation with fast startup, session persistence, and no server management for workloads like coding sandboxes and analytics platforms that need private runtimes.

AWS announced the launch of Lambda MicroVMs, a fresh serverless compute option inside its Lambda service. The capability enables running code supplied by end users or generated through AI inside dedicated execution environments that stay isolated and preserve state throughout each session.

AWS Lambda MicroVMs deliver VM isolation without infrastructure management. Developers receive virtual-machine-grade separation, near-instant startup and resumption, plus complete authority over the environment's lifecycle and internal state. No underlying servers need direct oversight and no specialized knowledge of advanced virtualization is required.

These MicroVMs rely on Firecracker, the same lightweight virtualization layer that has already supported more than 15 trillion monthly Lambda function invocations.
AWS Lambda MicroVMs deliver VM isolation without infrastructure management.

New class of multi-tenant applications drives demand for isolated execution. A growing category of workloads—including AI coding assistants, interactive coding sandboxes, data analytics platforms, vulnerability scanners, and game servers executing user-provided scripts—requires that each end user receive a private runtime. Traditional virtual machines supply robust boundaries yet often need minutes to boot. Containers start within seconds but rely on a shared kernel that demands extensive custom security hardening when handling untrusted code.

Serverless functions work well for short event-driven requests yet lack native support for extended interactive sessions that must carry forward memory and disk contents between user actions. Consequently, teams either tolerate compromises on speed versus safety or devote substantial engineering effort toward custom virtualization stacks.
From The CircuitryThe Feed — live briefs across tech, all day.See what’s happening →

MicroVMs address the isolation-performance gap with state retention. Each instance grants one user or session a fully separated environment that starts quickly, holds memory and disk contents for the entire duration, and suspends to minimal cost during inactivity. Because the underlying Firecracker technology already runs at massive scale inside Lambda, the new option benefits from proven operational reliability.
New class of multi-tenant applications drives demand for isolated execution.

Getting started requires creating a MicroVM Image from code artifacts. Inside the AWS Lambda console the new MicroVMs section now sits in the left navigation. Builders begin by bundling an application together with its Dockerfile into a zip archive, then uploading that archive to an Amazon S3 bucket. The image can be built either through the AWS CLI command or directly in the console.

The command needs a code artifact URI, chosen image name, base image ARN such as arn:aws:lambda:us-east-1:aws:microvm-image:al2023-1, and an IAM build role ARN. Once launched, Lambda fetches the zip, executes the Dockerfile instructions, starts the application, captures a Firecracker snapshot of live memory and disk, and streams build logs live into Amazon CloudWatch under the /aws/lambda/microvms prefix.
An included example shows a minimal Flask API served by Gunicorn from a Dockerfile derived from the public.ecr.aws/lambda/microvms:al2023-minimal base that installs Python packages before exposing port 5000.
Why this mattersAI · ~100 words

Tap a lens to see what this story means for you.

Reader-supported
DonateBuy me a coffee →Follow@thecircuitry_ →Follow@thecircuitry.to →

Reader-supported · The Brief

Liked this? The Brief brings you the whole day in tech, verified, every morning. Two minutes, free forever.

HELP US IMPROVE
From The Circuitry

See what’s happening right now

The Feed runs all day — short, verified briefs the moment they break.

Open the Feed →
From The Circuitry

Follow @thecircuitry_

Every story we publish, as it happens. No noise between.

Follow on X ↗On Bluesky ↗

Reader-supported

The Circuitry is a passion project I've always wanted to build, and I love the work behind it.

Running it costs real money. APIs, hosting, time. To keep improving the site and growing this into something useful for everyone, those costs have to be covered.

Any contribution is appreciated. If not, no pressure. Thanks for reading.

Buy me a coffee
AWSLambdaServerless
More fromAWS Blog
  • AWS Builder Center turns 1 with sandbox environments

    Tech · 25d
  • Amazon S3 annotations attach up to 1 GB of mutable context per object

    Tech · 1mo
  • AWS Launches Graviton5-Powered EC2 M9g Instances

    Tech · 1mo
More inTech
  • Tesla and SpaceX confirm Terafab chip fab in Texas

    Tech · 1d
  • OpenAI Urges Federal Judge to Throw Out Apple's Trade Secrets Complaint

    Tech · 2d
  • Meta introduces Muse Code, its terminal-based coding agent

    Tech · 2d
SupportThe Work

The Circuitry is reader-supported. If you find the daily brief useful, you can buy me a coffee to keep it going.

Buy a coffee →
SubscribeCircuitry Brief

Liked this? The Brief brings you the whole day in tech, verified, every morning. Free forever.

MORE IN TECH

Tesla and SpaceX confirm Terafab chip fab in Texas

Tesla and SpaceX have confirmed Grimes County, Texas as the site for their Terafab semiconductor megafactory, with the first phase costing roughly $16.8 billion. The project targets the largest chip manufacturing facility on the planet to supply over 1 terawatt of compute per year that exceeds current and future global production capacity.

OpenAI Urges Federal Judge to Throw Out Apple's Trade Secrets Complaint

OpenAI has filed a motion asking a federal judge to dismiss Apple's trade secrets lawsuit, describing the claims as meritless. The dispute, which follows a July suit and this week's injunction request from Apple, highlights tensions after their prior partnership on Siri and OpenAI's hardware push.

Meta introduces Muse Code, its terminal-based coding agent

Meta has released an early beta of Muse Code, a terminal-based coding agent driven by the updated Muse Spark 1.2 model and positioned against Anthropic's Claude Code and OpenAI's Codex. Substantially lower rates, including a contributor plan at $0.10 for every million tokens received, may encourage migration away from higher-priced options such as Anthropic's Sonnet 5.