Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

Lambda 功率调优


Lambda 功率调优

Lambda 功率调优可帮助您为函数分配内存。

您可以选择优化成本、性能或两者兼而有之。

了解您的应用程序如何处理突发请求非常重要。

由于并非所有并发性都立即可用,因此请求可能会被限流。


Lambda 功率调优视频

W3schools.com 与 Amazon Web Services 合作,为我们的学生提供数字培训内容。


Lambda 功率调优的工作原理

步骤函数状态机执行在内存设置中提供的函数。

状态机接受以下参数

  • Lambda ARN
  • 每个内存配置的调用次数
  • Lambda 函数的静态有效负载
  • 是否所有调用都应并行
  • 成本、速度或平衡策略

成本策略

成本策略将报告最便宜的选项。

无论性能如何,它都会生成报告。


速度策略

速度策略将报告最快的选项。

无论成本如何,它都会生成报告。


平衡策略

平衡策略将根据“balancedWeight”报告平衡选项。

balancedWeight 是一个介于 0 到 1 之间的数字。

速度策略为 0,而成本策略为 1。


AWS 无服务器练习

通过练习测试自己

练习

填空。

Lambda Power Tuning helps you   to functions 

开始练习


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.