Using Lambda as S3 events processor
AWS S3 service is used primarily for storing any kind of data. S3 service also supports event notification feature where it can send an event if object is created, updated, deleted in the S3 service. In this tutorial, we will learn how we can use AWS Lambda service to process...
[Read More]