Skip to main content

无服务器函数

如果你的应用是通过 "无服务器函数" 或 "函数即服务 (FaaS)" 产品部署并使用标准 Node.js 运行时,则它是无服务器应用。常见的部署示例包括 AWS LambdaVercel 无服务器函数

¥If your application is deployed via a "Serverless Function" or "Function-as-a-Service (FaaS)" offering and uses a standard Node.js runtime, it is a serverless app. Common deployment examples include AWS Lambda and Vercel Serverless Functions.

无服务器函数提供商指南

¥Guides for Serverless Function providers