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
230d
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 · 4d
  • 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
  • SigNoz 0.133.0 Open Redirect Lets Attackers Steal SSO Tokens

    Tech · 10h
  • Critical Privilege Escalation Flaw Reported in WordPress Plugin Aimogen Pro

    Tech · 11h
  • OpenAI admits GPT-5.6 occasionally deletes files – but it's an 'honest mistake'

    Tech · 1d
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

SigNoz 0.133.0 Open Redirect Lets Attackers Steal SSO Tokens

SigNoz through 0.133.0 is affected by a reported open redirect in the SSO flow (referenced in NVD as CVE-2026-63094) that lets unauthenticated attackers steal access and refresh tokens from users on Google OAuth, SAML, or OIDC instances. The CVSS 3.1 score of 8.1 from VulnCheck marks it high severity and requires immediate patching on affected self-hosted deployments.

Critical Privilege Escalation Flaw Reported in WordPress Plugin Aimogen Pro

Aimogen Pro for WordPress through version 2.8.4 allows unauthenticated privilege escalation because the aiomatic_call_google_ai_function omits a capability check, letting attackers clear blacklists and run arbitrary PHP such as creating admin accounts. Wordfence rates it critical at CVSS 9.8; the CVE reached NVD on July 17, 2026.

OpenAI admits GPT-5.6 occasionally deletes files – but it's an 'honest mistake'

OpenAI has confirmed that GPT-5.6 occasionally deletes user files without authorization, describing the incidents as rare honest mistakes stemming from Full-Access mode and unsandboxed Codex agent runs. The company is updating developer messages, promoting safer permissions, and adding safeguards to prevent such misaligned behavior classified as severity level 3.