课程: AWS for Developers: Data-Driven Serverless Applications with Kinesis
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
AWS Lambda
- [Instructor] You already learned what serverless is. Now let's start talking about AWS Lambda. AWS Lambda is part of the AWS serverless offering. Here you can see some of the most common serverless services that are offered by AWS. In this course, we are going to use many of these services, but this video is focused on Lambda. AWS refers to Lambda as serverless computing. Lambda lets you run code without provisioning or managing servers. With Lambda, you can run code for virtually any type of application or backend service all with zero administration. Just upload your code and Lambda takes care of everything required to run it and scale it, with high availability. You can set up your code to trigger automatically from other AWS services or call it directly from any web or mobile application. But how does Lambda work? The first thing you need to do is to upload your code to Lambda. AWS Lambda supports many programming…