Creating Our First Lambda Function
Difficulty: Beginner
Duration: 11 minutes and 10 seconds
Students: 8,559
Rating: 4.2/5
This lesson is now outdated and replaced by: Using Serverless Functions
In this lesson, we will delve into implementing a series of AWS Lambda functions to help build our knowledge and familiarity with serverless computing.
Learning Objectives
Following this lesson, we will be able to explain and implement an AWS Lambda code function that meets 3 common AWS Lambda use cases - API Gateway, S3, and DynamoDB. In this lesson, we will create a simple AWS Lambda function from scratch which will read data using the mock interface provided by AWS Lambda. Once we have the function working, we will connect the Lambda function up to the API Gateway we created in the previous lesson. During the launch, we discuss launch parameters, versioning, and aliases.
Covered Topics