#25 · Primary category: AI DevOps & SRE Tools
aws-lambda-power-tuning
AWS Lambda Power Tuning is an open-source tool that can help you visualize and fine-tune the memory/power configuration of Lambda functions. It runs in your own AWS account - powered by AWS Step Functions - and it supports three optimization strategies: cost, speed, and balanced.
Project last updated:08/11/26
GitHub Stars
6.1K
Forks
417
Contributors
47
License
Apache-2.0
Why we included this project
Teams running serverless workloads on AWS often find that Lambda's memory setting quietly affects both cost and latency, and this tool turns that guesswork into a measured experiment. You give it a Lambda function ARN from your account, and a Step Functions state machine invokes that function across a range of power configurations, from 128MB up to 10GB, then reads the execution logs and plots cost against speed for each setting. You can optimize for cost, for speed, or for a balance of the two, so the choice matches your budget or latency targets instead of intuition. It is language agnostic and runs inside your own account, which makes it useful for CPU-heavy jobs, API handlers, and AI inference functions, and parallel execution keeps the whole sweep fast. If you manage a fleet of Lambda functions and want a data-driven answer to how much memory they should use, this is a practical, low-effort way to get it.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
harness
Harness Open Source is an end-to-end developer platform with Source Control Management, CI/CD Pipelines, Hosted Developer Environments, and Artifact Registries.
nx
The Monorepo Platform that amplifies both developers and AI agents. Nx optimizes your builds, scales your CI, and fixes failed PRs automatically. Ship in half the time.
jenkins
Jenkins automation server
awx
AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
dagger
Automation engine to build, test and ship any codebase. Runs locally, in CI, or directly in the cloud