- Lab
- A Cloud Guru
Creating a Lambda Function Using the AWS Console
In this hands-on lab, you'll write a Node.js Lambda function that checks a URL (e.g. _www.amazon.com_) and returns the status code that signifies if the website is up and running or down. During this lab, you'll have the opportunity to explore the Lambda console, function code, execution roles, test events, and execution results. AWS Lambda allows you to write concise functions and only worry about your code. Since Lambda is serverless, AWS manages the underlying infrastructure for you.
Path Info
Table of Contents
-
Challenge
Author Node.js Lambda Function in the AWS Console
Create your Lambda function in the AWS Management Console using the code provided in the GitHub repo for the course.
Set the Node.js runtime version to 20.x.
-
Challenge
Create a Test Event and Execute Lambda
Create a basic hello-world test event to test the Lambda function. This test will invoke the function and determine the HTTP response code for the website in the code. Feel free to modify the Lambda code to test other websites and review the response codes within the function.
-
Challenge
Verify That CloudWatch Has Captured Function Logs
After you've tested the function, navigate to CloudWatch to review the logs for the test event.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.