- 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.
推薦閱讀
- 高性能Linux服務器構建實戰:運維監控、性能調優與集群應用
- Ubuntu Linux操作系統
- Linux自動化運維:Shell與Ansible(微課版)
- Linux系統安全基礎:二進制代碼安全性分析基礎與實踐
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- Android物聯網開發細致入門與最佳實踐
- Joomla! 3 Template Essentials
- 細說Linux基礎知識
- Delphi Programming Projects
- 跟老男孩學Linux運維:Shell編程實戰
- 嵌入式微系統
- Agile IT Security Implementation Methodology
- Less Web Development Essentials
- Implementing Domain-Specific Languages with Xtext and Xtend(Second Edition)
- Windows 10從入門到精通