HIPAA-compliant serverless backend starter for journaling and mood tracking. Ready for pilot implementation.
- API Gateway with Cognito auth
- Go Lambda functions
- Aurora PostgreSQL with migrations
- KMS envelope encryption for PHI
- SQS + Step Functions for event processing
- S3 Object Lock for immutable audit logs
- OpenTelemetry/X-Ray tracing
- Auth: Cognito + Apple/Google OIDC
- Journal API: Go Lambdas with KMS encryption
- Event Trail: SQS → Step Functions → S3 audit
- Ops: Terraform, GitHub Actions, one-command deploy
- Set AWS credentials
- Configure environment variables
- Deploy infrastructure:
terraform init && terraform apply
- Build and deploy Lambda functions
- Add Cognito user pool configuration
- Implement OIDC providers
- Add database migrations
- Set up CI/CD pipeline
- Add OpenTelemetry instrumentation
This is a starter repo - full implementation requires AWS access and additional configuration.