From the course: AWS for DevOps: Monitoring, Metrics, and Logging

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Monitor Lambda

Monitor Lambda - Amazon Web Services (AWS) Tutorial

From the course: AWS for DevOps: Monitoring, Metrics, and Logging

Start my 1-month free trial

Monitor Lambda

- [Lecturer] So the next Amazon service that I'm going to tour you through the console in terms of monitoring around is Amazon Lambda. Now, unlike what we did previously, Amazon doesn't have any samples in CloudFormation so we're just going to quickly use the console to create a Lambda and then look at the monitoring. So I'm going to go over to the console, going to click on Lambda, I'm going to click Get Started Now, I'm going to click Blank Function on the blueprints and I'm going to look at the list of triggers, and let's see if I want to make a trigger for this. Let's use S3. And for the bucket we made earlier let's do an Object Removed All trigger and we'll enable it. And click Next, and we're going to call it removedTrigger on demo S3 bucket. If I scroll down I see the Lambda function code. Now, even though this is designed ultimately to be wired to S3, to just show you the functionality of the Lambda I'm going to go ahead and just go with the sample code here and invoke it from…

Contents