This lab will give you the basic understanding of AWS Lambda. It will demonstrate the basic steps required to get started to create and deploy a Lambda function in an event-driven environment.
Level
Fundamental
Duration
0 Hours 45 MinutesCourse Objectives
In this course, you will learn how to:
- Create an AWS Lambda function
- Configure an Amazon S3 bucket as a Lambda Event Source
- Trigger a Lambda function by uploading an object to Amazon S3
- Monitor AWS Lambda S3 functions through Amazon CloudWatch Log
Intended Audience
This course is intended for:
- Developers
Prerequisites
We recommend that attendees of this course have the following prerequisites:
- Familiarity with Amazon S3 would be beneficial
Course Outline
- Task 1: Create the Amazon S3 Buckets
- Task 2: Create an AWS Lambda Function
- Task 3: Test Your Function
- Task 4: Monitoring and Logging