I help businesses host lightning-fast websites and deploy reliable cloud infrastructure — turning performance and trust into tangible growth.
Let’s Work TogetherI’m Necatihan Resay — a cloud infrastructure architect focused on helping startups and businesses design, deploy, and manage secure, high-performance AWS environments. I build CI/CD pipelines, architect fault-tolerant systems, and implement best practices in scalability and cost optimization.
Production-grade Flask app on EC2 Auto Scaling + ALB + Multi-AZ RDS, designed for high availability and self-healing deployments.
Fully serverless multi-tenant SaaS with Cognito, API Gateway, Lambda, and DynamoDB delivering tenant isolation and role-based access.
CI/CD pipeline that builds, tests, and deploys Dockerized Flask apps to ECS Fargate via CodePipeline, CodeBuild, ECR, and blue/green releases.
Event-driven pipeline where S3 events trigger Lambda to validate and partition data into a curated S3 lake queried with Glue and Athena.
Hybrid AWS architecture splitting tenants across serverless and ECS/EC2 paths to match workload patterns and model 30–70% cost savings.
Production-style Flask web application running behind an Application Load Balancer with an EC2 Auto Scaling group and RDS PostgreSQL — designed to be highly available, fault-tolerant, and self-healing.
/ – Home page served by Flask./db-write – Writes a test record to RDS to validate connectivity./db-read – Reads back records to verify HA database setup.How to talk about this project
“Designed and deployed a production-style Flask web application on AWS using an Auto Scaling Group behind an Application Load Balancer and a Multi-AZ RDS PostgreSQL database, with S3-backed zero-touch deployments and secure network segmentation.”
Fully serverless, production-ready SaaS starter built on AWS Cognito, API Gateway, Lambda, DynamoDB, and CloudFront. Supports authentication, multi-tenant isolation, and role-based access control — ideal for client projects, freelancing, and startup MVPs.
How to talk about this project
“Built a fully serverless, multi-tenant SaaS starter on AWS using Cognito, API Gateway, Lambda, DynamoDB, and CloudFront, with tenant-aware APIs, role-based access, and strict data isolation — ready to be extended with features like Stripe billing.”
Production-style CI/CD pipeline that builds, tests, containers, and deploys a Python/Flask app to AWS ECS Fargate using a blue/green deployment strategy behind an Application Load Balancer. End-to-end automation from Git push to live traffic.
/health.main branch on GitHub.pytest, and builds the Docker image.latest) and pushed to Amazon ECR.imagedefinitions.json for the ECS deploy action./health endpoint before shifting traffic./ and /health routes.buildspec.yml).infra/ to codify core infrastructure.How to talk about this project
“Designed and implemented a CI/CD pipeline on AWS that builds, tests, and deploys a containerized Python/Flask application to ECS Fargate using blue/green deployments behind an Application Load Balancer, with Docker, Pytest, and Terraform for infrastructure automation.”
Fully serverless, event-driven analytics pipeline on AWS. Raw JSON events land in S3, are transformed and partitioned by Lambda, stored in a curated S3 data lake, and queried with Athena (and optionally Redshift Serverless) through the Glue Data Catalog.
Application events are sent as newline-delimited JSON into the raw bucket:
{"event_type": "page_view", "event_timestamp": "2025-12-03T12:00:00", "user_id": "u1", "page": "/home"}
{"event_type": "page_view", "event_timestamp": "2025-12-03T12:01:00", "user_id": "u2", "page": "/pricing"}
{"event_type": "signup", "event_timestamp": "2025-12-03T12:02:00", "user_id": "u3", "plan": "pro"}
Lambda enforces schema, drops bad records, and can enrich events (e.g., geo, campaign, device).
event-pipeline-raw-<yourname> bucket.ObjectCreated events trigger a Lambda function.(event_type, event_date).event-pipeline-curated-<yourname>
using a partitioned S3 layout.event_type=page_view/year=2025/month=12/day=03/...
events) in the event_pipeline_db database.event-pipeline-query-results-<yourname>.
How to talk about this project
“Implemented a fully serverless, event-driven data pipeline on AWS where raw JSON events land in S3, trigger Lambda for validation and enrichment, and are written to a partitioned curated data lake queried via Glue + Athena (and optionally Redshift Serverless), with IAM, KMS, and CloudWatch providing security, observability, and cost efficiency.”
Portfolio-ready case study where a multi-tenant SaaS platform with rising AWS costs is redesigned into a hybrid architecture: serverless for bursty tenants and optimized managed compute for high-volume tenants. Focused on matching architecture to workload patterns and modeling the impact on monthly spend.
Before – Shared EC2-Based Architecture
After A – Serverless Path (Tenant Type A)
After B – Managed Compute Path (Tenant Type B)
Numbers are modeled for portfolio/demo purposes to show relative differences, not exact AWS bills.
| Tenant Type | Architecture (After) | Before | After | Savings |
|---|---|---|---|---|
| Tenant Type A | Serverless | $2,000 / month | ~$550 / month | ~72% reduction |
| Tenant Type B | Managed Compute (ECS) | $12,000 / month | ~$8,000 / month | ~33% reduction |
How to talk about this project
“Redesigned a multi-tenant SaaS platform on AWS into a hybrid architecture that uses serverless for bursty tenants and optimized ECS on EC2 for high-volume tenants, based on workload patterns and modeled cost comparisons — achieving ~70% savings for low-duty tenants and ~30% for continuous tenants while maintaining performance and reliability.”
Let’s discuss how we can work together to build secure and scalable cloud solutions for your business.