From the course: Learning Amazon Web Services Lambda
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
AWS Lambda function triggers - Amazon Web Services (AWS) Tutorial
From the course: Learning Amazon Web Services Lambda
AWS Lambda function triggers
- [Instructor] In the previous videos, you learned that Lambda functions can be triggered in different ways. Let's discuss the most popular triggers and learn when to use them. Amazon API Gateway is an AWS service that allows you to create and maintain APIs. You can create an API that acts as a front door for your application. API Gateway will generate an HTTP endpoint that your clients can call. For example, your clients can call the endpoint with the method get in the path hello and that API will be managed by API gateway. You can configure a Lambda function to get trigger when the API gateway receives a request to that particular endpoint. With this functionality, it is very easy to create a totally serverless web application backend. Amazon S3 is an object storage built to store and retrieve any amount of data from anywhere. Websites, mobile apps, corporate applications, and data from IoT sensors or devices. For…
Contents
-
-
-
-
-
(Locked)
Create your first AWS Lambda3m 21s
-
(Locked)
AWS Lambda function triggers2m 44s
-
(Locked)
Introduction to API Gateway2m 38s
-
(Locked)
Add API Gateway as a trigger to Lambda4m 13s
-
(Locked)
Test your function with Postman2m 34s
-
(Locked)
Monitor your function with CloudWatch metrics3m 7s
-
(Locked)
Adding CloudWatch Logs3m 52s
-
(Locked)
Challenge39s
-
(Locked)
Solution2m 17s
-
(Locked)
-
-
-