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)
Log in to the AWS Management Console.
Create two S3 buckets. One for the source and one for the destination.
Create a Lambda function to copy the object from one bucket to another bucket.
Test the Lambda Function.