1 个仓库
Tools specifically designed to optimize the execution speed and cost of AWS Lambda functions.
Distinct from Lambda Deployments: The provided candidates are either adapters or general deployment tools; this is a specialized optimization identity.
Explore 1 awesome GitHub repository matching devops & infrastructure · Lambda Performance Optimizers. Refine with filters or upvote what's useful.
该项目是 AWS Lambda 的性能优化器和资源基准测试工具。它通过测试各种内存配置来分析执行速度与成本之间的权衡,以确定最具成本效益的设置并最小化运营支出。 该工具利用 AWS Step Functions 编排器来自动化执行和收集跨不同功率级别的多个函数测试运行的数据。它通过注入自定义静态或远程数据并使用加权有效负载分布来模拟生产工作负载,以模仿真实世界的流量模式。 该套件涵盖了几个功能领域,包括迭代内存采样和基于指标的成本建模,以可视化性能权衡。它为临时函数版本和别名提供自动化资源清理、为受限内部资源提供私有网络配置,以及提供远程有效负载加载以绕过标准调用大小限制。 部署通过基础设施即代码(IaC)结构进行处理,以确保环境设置的一致性和可重复性。
Optimizes the execution speed and cost of AWS Lambda functions by analyzing various memory configurations.