You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a fully serverless URL shortener built entirely using the AWS Management Console without any external tools. It allows users to shorten long URLs and access them via custom short links.
Built an event-driven file upload and processing system using AWS S3, Lambda, DynamoDB, IAM, and CloudWatch. Files uploaded to S3 automatically trigger Lambda for validation and metadata extraction, with results stored in DynamoDB and execution monitored through CloudWatch logs.