From the course: AWS Certified Advanced Networking - Specialty (ANS-C01) Cert Prep

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Transform data with Amazon S3 Object Lambda

Transform data with Amazon S3 Object Lambda

- [Instructor] What if you could transform data on the fly as it's being retrieved from S3 without creating multiple copies or managing complex pipelines? That's the power of Amazon S3 Object Lambda. It lets you add custom code to process data retrieved from S3 before returning it to your application. All through standard S3 GET requests. In this video, we'll create an S3 Object Lambda Access Point, write a simple Lambda function to transform text data and see how applications can retrieve modified data without any changes to their code. Amazon S3 Object Lambda allows you to add your own code to process data retrieved from S3 before returning it to an application. Instead of creating multiple derivative copies of your data for different use cases, like redacting sensitive information, converting formats, or filtering content, you can use S3 Object Lambda to transform data dynamically based on the requesting application.…

Contents