Project Index

  • Pixel Surge

    A cloud automation solution designed to process images by applying pixelation effects automatically. Integrates AWS S3, Lambda, IAM. Code written in Python

  • Cloud Courier

    A cloud-native solution for automating bulk email notifications. Utilizes AWS S3, Lambda, and SES, coded in Python.

  • Instance Ignition

    Automates the start and stop of AWS EC2 instances at specific times. Primarily leverages Eventbridge and Lambda

Latest Project

Cloud Courier

Cloud Courier is a cloud-native solution for automating bulk email notifications using AWS serverless services. It enables users to upload CSV files with recipient details and automatically dispatch personalized emails through Amazon SES. The entire process is event-driven and highly scalable—uploading a CSV to Amazon S3 triggers an AWS Lambda function that parses the file, personalizes email content for each recipient, and sends out the emails. Supporting services like Amazon EventBridge, Amazon CloudWatch, and AWS IAM work together to ensure the workflow is seamless, secure, and requires minimal manual intervention. This automation can streamline large-scale email campaigns and minimizes the operational effort in delivering personalized emails to hundreds or thousands of recipients.