Creating our first Serverless Function

Difficulty: Beginner
Duration: 26 seconds
Students: 8,559
Rating: 4.2/5

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.