Lambda & S3 Event Notifications - Hands OnΒΆ
We are going to create a new S3 bucket. Once it's created we are going to properties and finding the Event notifications panel. Create a new event in it.
When viewing the Lambda, we can see that the S3 is now invoking it:
Now we can upload a file to the S3 Bucket and we'll see that the lambda will be invoked.