// Cloud Engineer & AWS Specialist
BuildingResilientCloudSystems.
AWS-certified cloud engineer shipping production infrastructure with Terraform, Lambda, and CloudFront.

// About Me
Cloud Engineer. Builder. Learner.
I am Happiness Kolade, a cloud engineer who just completed a 3-month internship building production AWS infrastructure from scratch. I write Terraform, ship Lambda functions, and obsess over cost-optimised architecture.
This site is not just a portfolio — it is a live AWS production system. Everything you see is running on S3, CloudFront, Lambda, and DynamoDB, provisioned with Terraform.
I am actively seeking cloud engineering, DevOps, or solutions architect roles in 2026. If you are building something ambitious on AWS and need someone who treats infrastructure like code, let us talk.
// Internship Timeline
Week 1–2
Infrastructure audit and Terraform module design
Week 3–6
Built Lambda microservices + API Gateway layer
Week 7–10
CloudFront distribution + cost optimisation
Week 11–12
Handoff complete — 40% cost reduction achieved
// Featured Case Study
From Monolith to Serverless on AWS
A real production migration completed during my cloud engineering internship.
# Lambda function for the API layer resource "aws_lambda_function" "api" { function_name = var.function_name runtime = "nodejs20.x" handler = "index.handler" role = aws_iam_role.lambda_exec.arn environment { variables = { TABLE_NAME = aws_dynamodb_table.main.name } } }
// Projects
What I've Built
// CREDENTIALS
AWS Certifications
AWS Certified Solutions Architect – Associate
SAA-C03
⏳ IN PROGRESS2025 (Expected)
AWS Certified Developer – Associate
DVA-C02
📋 PLANNED2025 (Planned)
// Tech Stack
Skills & Tools
// Proficiency
☁ Cloud
🏗 IaC & DevOps
💻 Frontend
🖥 Backend
🛠 Tools
Currently deepening: Kubernetes · AWS CDK · Python for Lambda