This repo is an accompanying resource to blog post: https://aripalo.technology/blog/2024/08/21/typesafe-environment-variables-via-aws-cdk/
- No schema – Manual environment variable validation required
- Runtime schema – Zod schema to validate environment variables in runtime code
- Fully type safe – Zod schema to validate environment variables in runtime code AND input contract for CDK