{"id":50687861,"url":"https://github.com/abdulraheem381/serverless-lead-capture-aws","last_synced_at":"2026-06-09T00:30:40.728Z","repository":{"id":355348301,"uuid":"1227742941","full_name":"abdulraheem381/serverless-lead-capture-aws","owner":"abdulraheem381","description":"A fully serverless lead capture system built with AWS services. Features a beautiful animated contact form, API Gateway, Lambda, DynamoDB, and SES email notifications. Zero server management.","archived":false,"fork":false,"pushed_at":"2026-05-03T05:41:49.000Z","size":1598,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-03T07:24:50.408Z","etag":null,"topics":["api-gateway","aws","aws-lambda","aws-s3","cloudfront-distribution","dynamodb","iam","python","ses"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abdulraheem381.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-03T05:21:49.000Z","updated_at":"2026-05-03T05:43:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/abdulraheem381/serverless-lead-capture-aws","commit_stats":null,"previous_names":["abdulraheem381/serverless-lead-capture-aws"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/abdulraheem381/serverless-lead-capture-aws","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdulraheem381%2Fserverless-lead-capture-aws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdulraheem381%2Fserverless-lead-capture-aws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdulraheem381%2Fserverless-lead-capture-aws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdulraheem381%2Fserverless-lead-capture-aws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdulraheem381","download_url":"https://codeload.github.com/abdulraheem381/serverless-lead-capture-aws/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdulraheem381%2Fserverless-lead-capture-aws/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34086665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-gateway","aws","aws-lambda","aws-s3","cloudfront-distribution","dynamodb","iam","python","ses"],"created_at":"2026-06-09T00:30:40.140Z","updated_at":"2026-06-09T00:30:40.721Z","avatar_url":"https://github.com/abdulraheem381.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Serverless Lead Capture System\r\n\r\nA modern, fully **serverless** contact form solution built on AWS that captures leads, stores them securely, and sends instant email notifications — **without managing any servers**.\r\n\r\n![Project Architecture](architecture.png)\r\n\r\n## ✨ Features\r\n\r\n- Beautiful, animated, responsive contact form (Tailwind CSS + vanilla JS)\r\n- Fully serverless architecture (pay-per-use)\r\n- Real-time data storage in DynamoDB\r\n- Professional HTML email notifications via SES\r\n- Secure with least privilege IAM roles\r\n- CORS enabled and production-ready\r\n- CDN ready (CloudFront)\r\n\r\n## 🏗️ Architecture\r\n\r\n- **Frontend**: Static HTML + Tailwind hosted on S3 + CloudFront\r\n- **Backend**: API Gateway + AWS Lambda (Python)\r\n- **Database**: Amazon DynamoDB\r\n- **Notification**: Amazon SES\r\n- **Security**: IAM Roles with least privilege\r\n\r\n## 📁 Project Structure\r\n\r\n```\r\nserverless-lead-capture-aws/\r\n├── index.html                 # Beautiful animated frontend\r\n├── lambda_function.py         # AWS Lambda backend logic\r\n├── architecture-diagram.png   # System architecture\r\n├── screenshots/               # All project screenshots\r\n│   ├── form.png\r\n│   ├── api-gateway.png\r\n│   ├── lambda.png\r\n│   ├── dynamodb.png\r\n│   └── ses.png\r\n├── README.md\r\n└── LICENSE\r\n```\r\n\r\n## 🚀 How It Works\r\n\r\n1. User submits the contact form\r\n2. Request hits API Gateway → Triggers Lambda\r\n3. Lambda validates data → Stores in DynamoDB\r\n4. Sends professional email notification via SES\r\n5. Returns success response with smooth UI feedback\r\n\r\n## 🛠️ Technologies Used\r\n\r\n- **AWS Services**: S3, CloudFront, API Gateway, Lambda, DynamoDB, SES, IAM\r\n- **Frontend**: HTML5, Tailwind CSS, Vanilla JavaScript\r\n- **Backend**: Python 3.12\r\n- **Others**: JSON validation, CORS, Environment Variables\r\n\r\n## 📸 Screenshots\r\n\r\n*(All screenshots are available in the `/screenshots` folder)*\r\n\r\n- Live Contact Form\r\n- Architecture Diagram\r\n- API Gateway Configuration\r\n- Lambda Function \u0026 Logs\r\n- DynamoDB Table\r\n- SES Email Received\r\n\r\n## 📌 Key Learnings\r\n\r\n- Serverless application design\r\n- API Gateway + Lambda integration\r\n- Secure email delivery with AWS SES\r\n- Proper CORS configuration\r\n- Environment variable management\r\n- Least privilege access control\r\n\r\n## Future Improvements\r\n\r\n- Add reCAPTCHA / Bot protection\r\n- Multi-language support\r\n- Analytics integration\r\n- Terraform IaC version\r\n- Custom domain + Route 53\r\n\r\n---\r\n\r\n**Made with ❤️ for Cloud Engineering Portfolio**\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdulraheem381%2Fserverless-lead-capture-aws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdulraheem381%2Fserverless-lead-capture-aws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdulraheem381%2Fserverless-lead-capture-aws/lists"}