Marcin Sodkiewicz’s Post

View profile for Marcin Sodkiewicz

Principal Software Engineer @ Ryanair - Europe's Favourite Airline | AWS Serverless Hero | AWS User Group Wrocław Community Leader

Fact 3: Most workloads use less than half of their requested resources. "Most" in this case means that almost 80% of lambdas are heavily overprovisioned (using <50% of assigned memory and CPU). The same applies to solutions compared across all platforms: Azure Container Apps, Google Cloud Run Functions, Fargate, and k8s containers. Will such measurements get better over time in the report? Is this representative for serverless functions? There is no option for dynamic function sizing, and lambdas can consume items with varying batch sizes and inputs. In those cases, it is better to overprovision than fail. I wonder if the methodology of measuring that shouldn't be different. Again, not a shocker, but it can be an action point to review your workloads!

View profile for James Eastham

Talking Serverless @ Datadog | International Speaker | Microsoft MVP | AWS Community Builder |

Datadog has just launched the 2025 State of Containers and Serverless report. It's been very interesting to be a small part of putting this together. We've aggregated, analyzed and pulled together data to look at exactly how people are running their applications. From the underlying infrastructure to the managed services provided by cloud providers. My personal favourite fact, 66% of organizations using functions are also running containers. It's re-affirmed a theme I've repeated all year, the technologies are converging. It's no longer about being serverless or not serverless. It's about choosing the right technology for your workload. https://lnkd.in/eGgpR386 #serverless #containers #cloud #architecture #technology

Paweł Zubkiewicz

AWS Hero⚡️Cost Optimization & Serverless specialist

1w

With lambda over-provisioning is not that straightforward, as RAM is tight with CPU. So you may setup abundance of memory in order to have more compute.

To view or add a comment, sign in

Explore content categories