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
     ❯   

AWS 云 Lambda


无服务器云计算 - AWS Lambda

AWS Lambda 是一种无服务器计算服务。

此服务允许您运行代码,而无需考虑服务器。

它让您可以专注于最重要的内容,例如制作出色的应用程序。

您只需为使用的计算时间付费。

按需付费意味着您只在代码运行时付费。


AWS Lambda 的工作原理

了解该概念的高级步骤

  1. 将您的代码部署到 Lambda
  2. 使代码准备好在事件触发时运行
  3. 代码仅在触发时运行
  4. 只在代码运行时付费

示例

您可以将无服务器视为一辆汽车。

您启动汽车前往目的地。

到达目的地后,您会停车。

您只在行驶时消耗燃料。

Lambda 的工作方式相同。当您运行代码时,使用是按需的。


什么是 AWS Lambda?

无服务器计算有助于抽象云中的基础设施。

因此,它降低了成本,并有助于促进创新。

AWS Lambda 可用于

  • 构建和部署应用程序
  • 监控和维护应用程序

相关阅读

在此处了解有关 AWS Lambda 的更多信息
  

AWS 和 W3Schools 提供 免费和付费的 云课程

参与基于文本和视频的学习体验。

免费的 AWS 培训 - 今天就提升技能,迈向云端。

立即开始 »


后端代码

您可以使用 AWS Lambda 运行后端代码。

以下是一些流行的后端语言


AWS 云练习

通过练习测试自己

练习

AWS Lambda 是哪种类型的服务?

AWS Lambda is a   service

开始练习


×

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.