- 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.
推薦閱讀
- Mastering Concurrency Programming with Java 8
- MATLAB 2020 從入門到精通
- C語言課程設計
- Keras深度學習實戰
- Create React App 2 Quick Start Guide
- INSTANT Adobe Edge Inspect Starter
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- 時空數據建模及其應用
- Instant Debian:Build a Web Server
- Test-Driven iOS Development with Swift
- Isomorphic Go
- Web程序設計與架構
- 開發者測試
- FORTRAN程序設計權威指南
- C語言解惑:指針、數組、函數和多文件編程