·

82% of all use cases consist of applications that use five or less different functions. Most (67%) of these functions are short-running, with running times in the order of milliseconds or seconds. JavaScript and Python are the most used programming languages for cloud functions (each used by 32% of the cases we studied). These applications depend on a wide variety of cloud services, with the three most used ones being cloud storage (used by 61% of the applications) and cloud database (47%); cloud API gateway (18%) and cloud pub-sub (17%) are also widely used.

基本都是 js 和 python 应用

Replies
1

serverless 受益最明显的就是写 js 和 python 的,极低的启动成本、运维成本、按量付费,像小程序云函数那些,基本 js 全栈搞定就 OK 了。