top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Serverless Image Processing Pipeline

Project type

AWS Serverless

This project demonstrates a serverless image processing pipeline on AWS using S3, Lambda and Terraform.

When a user uploads an image to an S3 bucket, it triggers a Lambda function that starts a specified Steps. The workflow performs multiple steps:

1. Resize the image
2. Apply watermark (Planned)
3. Store the processed image in a destination S3 bucket

bottom of page