Build a serverless image processing pipeline using AWS services. This project will guide you through setting up an automated workflow to process images uploaded to an S3 bucket, using Lambda, and store processed images in another S3 bucket.
Acme Corp, a digital media company, requires an automated solution to process client-uploaded images. The task is to build a serverless pipeline that resizes images upon upload to a specific S3 bucket, applying filters and saving the processed images to a different bucket for easy retrieval.