- 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.
推薦閱讀
- Citrix XenApp Performance Essentials
- PLC控制程序精編108例
- 精通Linux內核開發
- 8051軟核處理器設計實戰
- 蘋果OS X Mavericks 10.9應用大全
- ElasticSearch Cookbook
- 計算機應用基礎(Windows 7+Office 2016)
- Linux系統最佳實踐工具:命令行技術
- Java EE 7 Developer Handbook
- CSS揭秘
- 操作系統之哲學原理第2版
- Responsive Web Design with AngularJS
- Getting Started with Raspberry Pi Zero
- SAP后勤模塊實施攻略:SAP在生產、采購、銷售、物流中的應用
- Hyper-V Replica Essentials