This project demonstrates a simple Serverless architecture using:
- 🧑💻 Static Website hosted on Amazon S3
- ⚙️ Backend logic using AWS Lambda
- 📤 Sending Emails with Amazon SES
- ☁️ Uploading files to Amazon S3
- User uploads an image via the static website
- Image is sent to API Gateway → invokes Lambda function
- Lambda function:
- uploads image to an S3 bucket
- generates the image URL
- sends the URL via email using Amazon SES
- Image is accessible via public link
📁 web # Frontend static website (HTML/JS)
📁 Lambda_Code # Lambda function code (Python)
📁 assets # Documentation screenshots and diagrams




