Completed
Testing the function
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Triggering an AWS Lambda Function for S3 File Uploads - AWS in Action
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Creating a new S3 bucket
- 3 Describing the goal / problem
- 4 Creating a new Lambda function
- 5 Writing & executing Lambda code
- 6 Adding a unction trigger S3 event source
- 7 More Lambda settings
- 8 Uploading Lambda code
- 9 Granting required IAM permissions
- 10 Editing the existing IAM role & creating a new policy
- 11 Testing the function
- 12 Summary & cleanup