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.
Create your first AWS Lambda - Amazon Web Services (AWS) Tutorial
From the course: Learning Amazon Web Services Lambda
Create your first AWS Lambda
- [Instructor] Now that you're familiar with AWS Management console for Lambda and the Lambda programming model, it's time to create your first function. So we are in the Lambda console and we are going to create the function by pressing the yellow button, orange button, create function Here you have many ways to create a function. You can author from scratch, use a blueprint or use a container image. For this, we are going to author from scratch. Let's put the name and let's call it my lambda function. Then we can pick a runtime. And here there is many runtime supported and you can also bring your custom runtime. I will leave node JS 18. You can pick your architecture, is it running on an intel base or a graviton. And then you have advanced settings that you can configure but we are not getting into those now. Let's create a function. After the function is created you can see now the function overview. It doesn't…
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)
-
-
-