Skip to content

Create module to validate all the environment variables and their types #685

Open
@nelegatti

Description

@nelegatti

The project needs a way to check if the required environment variables are set and with the correct value type. For example, if we intend to use AWS SES to send emails, verify if all env vars required for this logic to work are configured and valid, if not, prevent the application from starting.
The first idea is take advantage of class validator and create an implementation similar to this post , but we can implement choose different approach if it's a better option

Metadata

Metadata

Assignees

No one assigned

    Labels

    nice to haveThis is a desired feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions