- Implementing Cloud Design Patterns for AWS(Second Edition)
- Sean Keery Clive Harber Marcus Young
- 92字
- 2021-06-24 15:11:51
Functions
Lambda is the name of the function-as-a-service or serverless product on AWS. The primary unit of deployment is the function. Lambda supports a large number of programming languages and ingress methods. It leverages containers behind the scenes to very quickly start up on-demand processes. Because these processes are not allowed to run for very long, Amazon can run a lot of them on their infrastructure. This allows them to charge by the millisecond. Coordinating thousands of different functions can be very challenging and we'll stick with simple examples in upcoming chapters.
推薦閱讀
- Windows Vista基礎與應用精品教程
- 構建高可用Linux服務器(第4版)
- 無蘋果不生活 OS X Mountain Lion隨身寶典
- PLC控制系統應用與維護
- Kubernetes從入門到實踐
- 嵌入式Linux應用開發菜鳥進階
- 8051軟核處理器設計實戰
- Learning Bootstrap
- 云原生落地:產品、架構與商業模式
- Cassandra 3.x High Availability(Second Edition)
- Vim 8文本處理實戰
- Learn Quantum Computing with Python and IBM Quantum Experience
- Linux深度攻略
- Android Telephony原理解析與開發指南
- Responsive Web Design by Example:Beginner's Guide(Second Edition)