Files
nexus/wiki/concepts/Serverless-Computing.md
2026-04-16 17:30:41 +08:00

1.0 KiB
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
Serverless Computing concept
Cloud
Serverless
FaaS
The-Myths-and-Misconceptions-About-Cloud-Computing-LinkedIn.md
2025-03-02

Definition

无服务器计算Serverless Computing是一种云计算执行模型开发者无需管理服务器即可运行代码按实际执行时间计费。

Core Features

  • 无服务器管理:无需配置、维护或扩展服务器
  • 细粒度计费:仅按实际计算时间计费
  • 事件驱动:响应事件自动触发执行
  • 弹性扩展:自动处理任意规模的请求

Key Claims

  • 无服务器计算是降低云成本的关键策略之一
  • 开发者无需管理底层基础设施即可运行代码

Connections