proomt

Search

Search posts, papers, and topics

All posts

InfoQRenato Losio2 min readintermediate

AWS Lambda Pushes Serverless Toward Long-Running Workloads

Summary

AWS Lambda Managed Instances now allow functions to run up to 90 minutes, six times longer than before, and add Graviton5 support. The longer timeout requires careful handling of connections, credentials, and idempotency, and may shift some workloads from ad‑hoc workarounds to Lambda but also invites cost‑aware alternatives.

  • Lambda Managed Instances support up to 90‑minute execution, extending the previous 15‑minute cap.
  • Longer runtimes demand explicit management of network connections, temporary credentials, and idempotent logic to survive retries.
  • Lambda still offers two models: 15‑minute event‑driven functions and MicroVMs up to 8 hours; Managed Instances bridge steady‑state workloads with EC2‑like pricing.
  • The change can eliminate many workarounds but may encourage expensive patterns; evaluate ECS Tasks or AWS Batch for truly long or idle‑heavy jobs.

Serverless engineers and architects need to know the new limits and design considerations to decide if Lambda can replace traditional compute for longer jobs.

6/10

Related reading

  1. Elastic announces GA of cross-project search on Serverless, enabling teams to query across all linked projects without moving a byte

    Elastic Cloud Serverless now offers General Availability of Cross‑Project Search (CPS), letting you run a single query across up to 100 linked projects (any region, cloud, or solution type) without moving data. Setup is UI‑driven, permissions are evaluated per‑project, and costs are $0.009 / GB retained plus $0.05 / GB egress. CPS works for Observability, Security, Search, vector DB, and ML jobs,…

    Elasticelastic.co6 minrelease
  2. How Factory scaled its cloud backend to one billion monthly requests on Vercel

    Factory runs its entire SaaS backend on a single Next.js app deployed to Vercel, handling about a billion API requests per day with 350 ms p95 latency. They achieve this with Vercel’s Fluid compute to avoid cold starts, built‑in observability and WAF for security, and internal automation (“Droids”) that let non‑engineers deploy tools without extra infrastructure.

    Vercelvercel.com4 min
  3. AWS reimagines the getting started experience

    AWS announced a new “project” onboarding flow that lets new users start building with default configurations, free credits, and simplified IAM handling. Sign‑in via Google/GitHub/Apple creates an isolated AWS account, auto‑provisions a CLI/agent toolkit, and lets you invite collaborators by email. Spend limits can be set per project, and advanced features (multi‑region, org policies) can be enabl…

    AWSamazon.com5 minHN33
  4. AWS Elastic Beanstalk introduces Cluster Mode

    AWS Elastic Beanstalk now offers a fully‑managed Cluster Mode that runs multiple applications on a shared Amazon EKS cluster, handling containerization, scaling, patching and observability automatically. It adds AI‑driven troubleshooting, OpenTelemetry support and standard deployment strategies while charging only for the underlying AWS resources.

    AWSamazon.com5 minrelease
  5. Lambda MicroEgg

    lambda-microegg is a Rust e‑graph library that adds scoped, alpha‑aware binders and Miller‑style higher‑order patterns to the Egg framework, enabling capture‑avoiding substitution and higher‑order rewriting with modest performance overhead.

    Lobstersphilipzucker.com15 minlobste.rs27