This lab walks you through the creation and usage a serverless AWS service called AWS Lambda. In this lab, we will create a sample Lambda function to be triggered on an S3 Object upload event. The lambda function will make a copy of that object and place it in a different s3 bucket.
Duration: 30 minutes
AWS Region: US East (N. Virginia) us-east-1
Log into the AWS Management Console.
Create two S3 buckets. One for the source and one for the destination.
Create an IAM Policy.
Create an IAM Role.
Create a Lambda function to copy the object from one bucket to another bucket.
Adding triggers to Lambda function.
Test the Lambda Function.
Validation of the lab.