Projects

Production systems built and operated by Chris Chambers. Every project here is live, real, and documented. No tutorials. No demos built for the sake of a portfolio.

pacs-hl7-lab Public

A working PACS and HL7 interface engine, plus six interactive demos, built to target Imaging Systems Administrator roles from ten years on the clinical side of these exact systems. Orthanc as the DICOM server, Mirth Connect as the RIS-to-PACS bridge, routing real ADT, ORM, and ORU messages.

Six interactive demos, real lab
HTML
Orthanc Mirth Connect DICOM HL7
compliance-platform Public

Five production systems built from 11 GRC Engineering labs across AWS and GCP. Policy-as-code gates at pull request time, automated audit evidence collection with Cosign signing, HIPAA gap remediation on a live patient intake API, continuous security baseline monitoring, and zero trust credential elimination across CI/CD pipelines.

94% policy violation reduction
Python
OPA/Rego Cosign OSCAL NIST 800-53
cloud-resume-challenge Public

Full-stack serverless resume on AWS. Static site on S3 served through CloudFront, visitor counter via Lambda and DynamoDB, infrastructure as code with Terraform, CI/CD pipeline through GitHub Actions. The project that started everything else on this page.

Full AWS serverless stack
HTML
S3 CloudFront Lambda DynamoDB Terraform GitHub Actions
grc-engineering-capstone Public

End-to-end compliance-as-code implementation across AWS and GCP. Closed 7 of 8 HIPAA Security Rule control gaps with cryptographically signed OSCAL evidence bundles. Terraform IaC, OPA policy validation, automated remediation workflows, and a complete audit trail from code to artifact.

7 of 8 HIPAA gaps closed
Python
Terraform OPA OSCAL HIPAA
chamb-dev Public

The platform that runs chamb.dev. A private Command Center built in React, an autonomous publishing pipeline using EventBridge and Lambda, an AI-powered LinkedIn content engine with Bedrock, automatic graphic generation, X thread posting, and a complete content management system. Write once, deploy everywhere, zero manual steps.

Zero manual deploys
JavaScript
React Lambda EventBridge Bedrock
finops-visibility-dashboard Public

AWS and Stripe cost aggregation in a single view. An hourly Lambda hits Cost Explorer and the Stripe API, writes a snapshot to DynamoDB, and a React frontend shows net margin and trend lines.

4 tabs replaced by 1 dashboard
Python
Lambda DynamoDB EventBridge Cost Explorer