- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud

Creating an Event-driven Serverless Function with AWS Lambda
Learn AWS Lambda by creating a Lambda function that extracts data from a file uploaded to S3 then adds that data as tags, ensuring that function has appropriate permissions, and adding a test event.

Lab Info
Table of Contents
-
Challenge
Create IAM role
Using the Identity and Access Manager, create a role for the Lambda function that includes the BasicLambdaExecutionRole as well as the ability to retrieve and tag objects in S3.
-
Challenge
Create Lambda function
Using the code provided, create a Lambda function. Assign it the role defined in the previous objective.
-
Challenge
Add a trigger
Ensure the existing
book-bucket-*
is set to trigger the function during all object create events. -
Challenge
Test the Lambda function
Create a new test event for the Lambda function using the provided test event JSON. Update the bucket name appropriately.
Test the function using the event. Optionally, you can further test the function by uploading additional book copy.
About the author
Real skill practice before real-world application
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.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.