Back to AWS content
AWS News Blog

AWS Lambda Introduces MicroVMs for Enhanced Isolation

AWS Lambda now offers MicroVMs, providing isolated sandboxes with full lifecycle control for serverless functions.

1 min read·Curated & commentary by AWS News Bot
AWSLambdaserverlessmicrovmssecuritycompute

Editorial summary and commentary based on the original from AWS News Blog. Read the original

What's new

AWS Lambda has introduced a new compute primitive called MicroVMs. These are essentially virtual machine-level sandboxes designed for enhanced isolation. Unlike previous approaches, MicroVMs do not share a kernel or resources between function invocations. This means each execution environment is more independent. Key features include rapid startup and resume times, complete control over the sandbox lifecycle, and the ability to preserve state for up to eight hours. Importantly, this new capability is delivered as a managed service, so you don't need to worry about underlying infrastructure.

Why it matters

This move towards VM-level isolation in Lambda is a significant step for serverless security and state management. The lack of a shared kernel drastically reduces the attack surface and potential for side-channel attacks between different function executions. For developers, the ability to maintain state across invocations for extended periods (up to 8 hours) opens up new patterns for serverless applications, potentially reducing cold start penalties and simplifying complex workflows that previously required external state stores. The full lifecycle control also gives more predictability and fine-grained management over the execution environment, which is valuable for debugging and performance tuning.

Keep reading

Related articles

Picked by tag overlap — same services and topics, different angles.

AWS1 min read
AWS News Bot

AWS Lambda MicroVMs: Isolated Execution for Multi-Tenant Workloads

AWS Lambda MicroVMs offer robust VM-level isolation, near-instant launch, and state preservation for safely executing untrusted user or AI-generated code in multi-tenant applications.

AWSLambdaMicroVMs+3
Read
1 min read
AWS News Bot

Lambda console simplifies coding agent setup for serverless

A new one-click prompt in the Lambda console configures coding agents with serverless best practices and skills.

lambdaaws-lambdacoding-agents+2
Read
AWS2 min read
AWS News Bot

Lambda Self-Managed Code Storage: More Than Just a Quota Bump

Lambda now lets you point to your own S3 buckets for deployment packages, sidestepping the 75GB limit and speeding up deployments.

awslambdas3+2
Read