AWS-Lambda-Env-Modeler is a Python library designed to simplify the process of managing and validating environment variables in your AWS Lambda functions. It leverages the power of Pydantic models to ...
See tests/ for examples on how to use this. Note that this package does NOT do any type checking. Coercion of data types from and to strings must be done by the user of this library.