Lambda can be triggered from various events in AWS services. In this video I show you how to asynchronously trigger Lambda based on S3 Upload event. This can be useful when you want to process the file as soon as it is loaded into S3.
#Lambda #S3Event #Python