zEt/n;h- &V!P4 yDs>m]g
IoT Asset Management Tool
A visual editor for AWS IoT SiteWise asset models, built in one week so non-technical users could manage equipment hierarchies without the AWS console.
AWS IoT SiteWise manages industrial equipment data through asset models. The only way to edit these was through the AWS console, which required a developer.
Solo developer. React UI, Lambda auth, Terraform infrastructure, CI/CD pipeline -- concept to production in one week.
ARCHITECTURE

HIGHLIGHTS
Static Next.js site on CloudFront, with a Lambda function handling the full OAuth2 + PKCE flow against Entra ID. No running server, sessions in DynamoDB with TTL cleanup
85 React components. Drag-drop hierarchy editing, property management with type validation, formula builder for computed values, and auto-save with 15-state undo
Terraform Cloud deploys via OIDC federation to AWS. No secrets in CI/CD. KMS encryption for all auth tokens