Process Flow - Lambda with S3 event triggers
File uploaded to S3 bucket
S3 detects event: ObjectCreated
S3 sends event notification
Lambda function triggered
Lambda executes code
Process file or metadata
Lambda finishes execution
When a file is uploaded to an S3 bucket, S3 detects the event and sends a notification that triggers a Lambda function. The Lambda runs code to process the file or its metadata.