Select S3 as the source from the dropdown
Next, in Bucket choose the bucket we have created before from the dropdown.
For Event types select All object create events
We will listen to trigger on the object created on the prefix “source/” so type “source/” for Prefix
Because we’ve purposely created two prefixes and listened to events triggered from the source/ prefix, we will avoid repetitive Lambda calls for object creation by making sure the Lambda function will post the object to the destination/ prefix in the S3 bucket.
Once you’ve done configuring, click on Add
We’ve successfully created an S3 trigger for our function
Great! Now we will start implementing and packaging the function.