In this section you will create the Lambda function that will be triggered as soon as a new image is uploaded to the S3 bucket.
Create the Lambda execution IAM Role.
Create the S3 Processor Lambda function.
Configure an S3 trigger so that when a new image is uploaded to the S3 bucket the Lambda function will be triggered.
Add a Lambda layer to the Lambda function in order to include the appropriate dependencies.