- Building Serverless Python Web Services with Zappa
- Abdulwahid Abdulhaque Barguzar
- 167字
- 2021-07-16 18:16:07
Getting started with AWS Lambda
Many cloud service providers introduced different services for the serverless infrastructure. Amazon introduced AWS Lambda as a compute service, where you just provide your code and AWS Lambda executes the code in a highly scalable infrastructure by itself. You don't need to worry about managing the services manually. You need to pay for the compute time of your code execution, and there are no charges when your code is not running.
AWS Lambda executes the code as needed in response to events such as data storage events on an S3 bucket, Amazon DynamoDB events, and HTTP request events via the API Gateway. AWS Lambda is able to execute the code based on scheduled time events via AWS CloudWatch Events. AWS Lambda supports Python, Node.js, C#, and Java.
- 黑客攻防實戰技術完全手冊:掃描、嗅探、入侵與防御
- 計算機網絡與通信(第2版)
- Mastering JavaFX 10
- Yii Application Development Cookbook(Second Edition)
- Mastering TypeScript 3
- 物聯網之霧:基于霧計算的智能硬件快速反應與安全控制
- Mastering Dart
- Master Apache JMeter:From Load Testing to DevOps
- Learning Windows 8 Game Development
- Getting Started with tmux
- 圖神經網絡前沿
- 區塊鏈技術與應用:打造分布式商業新生態
- 加密與解密實戰全攻略
- VMware vSphere 5.0虛擬化架構實戰指南
- 華為LiteOS:快速上手物聯網應用開發