CI/CD on AWS: Building an Automated Image Resizing Pipeline with Lambda and CodePipeline

The goal of this project is to build a serverless application that automatically resizes images uploaded to an S3 bucket and stores the resized versions in another S3 bucket. The application will leverage AWS services such as AWS Lambda, Amazon S3, and AWS CodePipeline for a streamlined CI/CD workflow. The resizing functionality will be implemented … Read more