The S3-to-Lambda Serverless Design Pattern

By Dustin Ward

The S3-to-Lambda serverless design pattern can become a flexible core for your serverless applications. In this pattern, you configure S3 to notify Lambda when events happen, to run your custom code. This video shows how this works in detail, reviewing the characteristics of both services, and how to use the integration for building highly scalable…