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

Anthropic Launches Claude Partner Network with $100M Investment
Anthropic is launching the Claude Partner Network with an initial $100 million investment for 2026, providing training, technical support, and joint market development for organizations helping enterprises adopt Claude. Partners get access to technical certification, a Partner Portal with training materials, and a Code Modernization starter kit for legacy code migration.

AI Usage in Development Hits 93%, Yet Productivity Gains Stagnate at 10%
The use of AI coding assistants is prevalent among developers, with 93% adopting them. However, the productivity boost remains limited to just 10%.

OpenAI Working on AI Smartphone with MediaTek/Qualcomm Chips; Mass Production Target 2028
According to supply chain analyst Ming-Chi Kuo, OpenAI is developing an AI smartphone with chip partners MediaTek and Qualcomm, exclusive manufacturer Luxshare Precision, and mass production planned for 2028. The device is positioned as a context-aware AI agent platform.

OpenClaw 5.4 Adds /steer and /side Commands: Redirect Agent Mid-Task Without Losing Context
OpenClaw 5.4 introduces /steer and /side commands that let you redirect an agent's current task direction or start a side conversation without losing session context.