- Building Serverless Web Applications
- Diego Zanon
- 100字
- 2021-07-15 17:31:31
AWS Lambda
Lambda is the flagship product of the serverless concept. The ability to run functions on demand with zero administration and its particular pricing model is the main drive that aroused interest in the developer community. We can say that we have serverless databases, serverless notifications, and serverless frontends, but those are merely extensions of the main feature, that is, serverless code executions.
Lambda currently only supports Node.js (JavaScript), Python, Java, and C# languages, but there is a third-party framework named Apex (https://github.com/apex/apex) that adds support for Go, Rust, and Clojure by injecting Node.js shims in the deployment build.
推薦閱讀
- 新編Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- Reporting with Visual Studio and Crystal Reports
- Practical Windows Forensics
- TypeScript圖形渲染實(shí)戰(zhàn):基于WebGL的3D架構(gòu)與實(shí)現(xiàn)
- Oracle Database 12c Security Cookbook
- 基于Swift語(yǔ)言的iOS App 商業(yè)實(shí)戰(zhàn)教程
- Android開(kāi)發(fā)案例教程與項(xiàng)目實(shí)戰(zhàn)(在線(xiàn)實(shí)驗(yàn)+在線(xiàn)自測(cè))
- Python之光:Python編程入門(mén)與實(shí)戰(zhàn)
- Yii Project Blueprints
- 速學(xué)Python:程序設(shè)計(jì)從入門(mén)到進(jìn)階
- Android傳感器開(kāi)發(fā)與智能設(shè)備案例實(shí)戰(zhàn)
- HTML+CSS+JavaScript網(wǎng)頁(yè)制作:從入門(mén)到精通(第4版)
- Java高級(jí)程序設(shè)計(jì)
- Visual Basic語(yǔ)言程序設(shè)計(jì)上機(jī)指導(dǎo)與練習(xí)(第3版)
- 游戲設(shè)計(jì)的底層邏輯