zod
3 posts
zod
Zod Branded Types for PII Protection: Compile-Time Log Safety
Bake a single PII branded type into your observability API signatures so TypeScript rejects sensitive fields at the call site, before any runtime redactor sees them.
typescript · zod · observability +3
May 28, 2026Development
Middy and Zod: Type-Safe AWS Lambda Middleware Validation
Build maintainable, type-safe Lambda middleware with Middy's builder pattern, Zod validation, feature flags, and secrets management for serverless apps.
lambda · middleware · typescript +7
November 5, 2025Development
Zod + OpenAPI + AWS Lambda: Schema-First API Development with CDK
Keep a Lambda API and its OpenAPI contract in sync by generating the spec from Zod schemas and wiring that generation into CDK deployment.
api-gateway · aws-cdk · lambda +4
September 4, 2025Cloud Computing