Server racks with blue lighting

AWS Lambda MicroVMs: stateful sandboxes with full lifecycle control

AWS just shipped something that reframes what “serverless” can mean. Lambda MicroVMs are not Lambda Functions with a bigger timeout. They are a fundamentally different primitive: stateful, VM-level isolated environments with an explicit lifecycle you control. The key shift: instead of getting a recycled process for 15 minutes, you get a dedicated Firecracker microVM that lives up to 8 hours — and you decide when it starts, suspends, resumes, and terminates....

June 23, 2026 · 6 min · Oleksandr Kulbida
AWS CloudFront functions

AWS CloudFront functions

AWS CloudFront functions is a nice alternative to Lambda@Edge https://aws.amazon.com/blogs/aws/introducing-cloudfront-functions-run-your-code-at-the-edge-with-low-latency-at-any-scale/

May 7, 2021 · 1 min · Oleksandr Kulbida