BUILD
AWS Portfolio

Live Cloud
Projects

Real AWS infrastructure. All 6 projects run for under $6/month total.

All Projects

OBSERVATORY
Fetching live status...
View Dashboard →
01

DocScan — Document Intelligence

Serverless pipeline that extracts text, tables, and form fields from any PDF or image using AWS Textract. Handles single and multi-page PDFs via async processing. Upload a document and see structured data in seconds.

Live Textract Lambda S3 API Gateway CloudFormation ~$0.01/doc
02

Lens — Smart Media Pipeline

Step Functions state machine that fans out to five parallel Rekognition jobs — label detection, face analysis, celebrity identification, content moderation, and OCR — then conditionally runs Comprehend NLP. Bounding box overlay draws results directly on the image.

Live Step Functions Rekognition ×5 Comprehend Lambda ×5 S3 ~$0.008/image
03

Scribe — Live Meeting Intelligence

Real-time meeting transcription via WebSocket streaming. Speak into your mic or capture any meeting — Comprehend analyzes sentiment live, Bedrock generates a full AI summary with action items, and the result is delivered to your phone or email via SNS and SES.

Live Transcribe Comprehend Bedrock WebSockets SNS · SES DynamoDB ~$0.015/session
04

Nexus — Entity Intelligence

Upload any document or paste text — Textract extracts content, Comprehend identifies every named entity, and Bedrock maps the relationships between them. Rendered as a live interactive force-directed network graph that assembles itself in real time.

Live Textract Comprehend Bedrock Lambda D3.js Graph ~$0.004/doc
05

FlowCast — Intelligent Document Router

Drop any business document — invoice, contract, support ticket, job application, or compliance report. A Step Functions pipeline extracts, classifies with Bedrock, evaluates business rules with thresholds and risk flags, then routes to the right team with a full audit ticket in under 8 seconds.

Live Step Functions Textract Bedrock Lambda ×5 DynamoDB ~$0.006/doc
06

PipelineX — Visual Step Functions Builder

Drag and drop states onto a canvas, connect them visually, let Bedrock AI generate the workflow from plain English, then execute it on real AWS infrastructure. Watch data flow between Lambda functions as animated particles with comet trails, payload tooltips, choice bouncing, parallel splits, and arrival bursts — all in real time.

Work In Progress Step Functions Lambda ×12 Bedrock DynamoDB ~$0.003/execution
07

Observatory — Live Portfolio Health Dashboard

Real-time operational dashboard showing live CloudWatch metrics, cost data, and system health across all deployed projects via IoT Core and WebSockets.

Coming Soon IoT Core CloudWatch Cost Explorer WebSockets DynamoDB
What I Build With

Core AWS Stack

Lambda
Serverless compute — Python runtimes, event-driven
🔀
Step Functions
Workflow orchestration with parallel states and branching
🗄
S3
Object storage, static hosting, lifecycle policies
🌐
API Gateway
HTTP + WebSocket APIs with CORS and Lambda integration
🖥
EC2
Virtual compute — instances, AMIs, placement groups
🔒
VPC
Network isolation — subnets, route tables, NACLs, flow logs
🔌
Direct Connect
Dedicated private network connectivity to AWS
🛡
Site-to-Site VPN
Encrypted tunnels between on-premise and AWS
🔗
PrivateLink
Private connectivity to services without internet exposure
⚖️
ELB / ALB / NLB
Load balancing across targets — L4 and L7 routing
📈
Auto Scaling Groups
Dynamic scaling policies based on load and schedules
🗃
RDS
Managed relational databases — MySQL, PostgreSQL, Aurora
📬
SQS / DLQ
Message queuing with dead-letter queue error handling
🔐
Security Groups
Stateful firewall rules at the resource level
📂
Transfer Family
Managed SFTP / FTP server backed by S3 or EFS
👁
Rekognition
Computer vision — labels, faces, celebrities, moderation, OCR
📄
Textract
Document AI — text, tables, key-value pairs, async multi-page
🧠
Comprehend
NLP — sentiment, entities, key phrases
🤖
Bedrock
Generative AI — Claude Haiku for meeting summaries
🎙
Transcribe
Real-time speech to text via WebSocket streaming
📱
SNS · SES
SMS and email notifications — sandbox to production
DynamoDB
NoSQL — session state, connections, TTL, on-demand billing
🏗
CloudFormation
Infrastructure as Code — full IaC for every project
🎨
SVG Canvas
Custom drag-and-drop visual pipeline builder with particle ray tracing
EventBridge
Scheduled event triggers and serverless event routing