Kristen Fuller

I'm a Software Infrastructure Engineer specializing in AWS cloud infrastructure, DevOps automation, and compliance frameworks. With extensive experience in healthcare data systems, multi-region architectures, and disaster recovery planning, I help businesses build secure, scalable, and efficient cloud solutions.

My approach combines technical expertise with clear communication, ensuring your team understands and can maintain the infrastructure we build together.

AWS
Terraform
Kubernetes
Docker
Python
GitHub Actions
Lambda
PostgreSQL
# terraform/main.tf resource "aws_lambda_function" { function_name = "webhook-processor" runtime = "python3.11" handler = "index.handler" } resource "aws_api_gateway" { name = "multi-region-api" failover_config { primary = "us-east-1" secondary = "us-west-2" } }