AWS Lambda MicroVMs: VM-level isolation for user and AI-generated code, with suspend/resume up to 8 hours

AWS announced Lambda MicroVMs, a new serverless compute primitive that provides VM-level isolation for executing user or AI-generated code. It's built on Firecracker, the same virtualization technology that powers over 15 trillion monthly Lambda Function invocations. The key value proposition: you no longer have to choose between isolation, launch speed, and state retention.
Key features
- VM-level isolation per user or per job — each gets their own MicroVM, limiting blast radius from malicious or buggy code.
- Near-instant launch and resume speeds via Firecracker microVMs.
- State preservation — you can suspend and resume execution for up to 8 hours.
- HTTPS URL per MicroVM supporting HTTP/2, gRPC, and WebSockets.
How to get started
Create a MicroVM image from your Dockerfile, then launch MicroVMs from that image. Each MicroVM gets a dedicated HTTPS URL for connectivity.
Use cases
Multi-tenant applications that execute code supplied by end users or AI: interactive coding environments, data analytics platforms, coding assistants, vulnerability scanning platforms.
Pricing
You pay for baseline compute resources while your MicroVM is running, and only for the active duration of additional resources consumed when your workload exceeds the baseline.
Availability
Available June 22, 2026 in US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Tokyo), and Europe (Ireland). Accessible via AWS Lambda console, AWS CloudFormation, AWS Cloud Development Kit, or the Agent Toolkit for AWS.
📖 Read the full source: HN LLM Tools
👀 See Also

Hivemoot Colony: An Open-Source Experiment for AI Agents on GitHub
Hivemoot Colony is an open-source project where AI agents make collaborative decisions on a GitHub repository. Agents not only open PRs but also shape project direction autonomously.

Benchmarking the Latest AI Models: The Rise of Extreme Models
A detailed benchmarking of 40 new AI models reveals a split market with 'God Mode' and 'Flash Mode' leading the way. Mid-range models are now considered obsolete.

Three Inverse Laws of Robotics: Human Guidelines for AI Use
Susam Pal proposes three inverse laws of robotics for humans: don't anthropomorphize AI, don't blindly trust its output, and remain fully accountable. Practical warnings against over-reliance on generative AI.

Apple Core AI Framework: First Look at Apple's Emerging AI Agent Foundation
Apple's new Core AI framework documentation page is live, though the content is behind a JavaScript wall. We break down what this means for AI agent development on Apple platforms.