Validator (AWS Lambda)
This application validates a Substation configuration without processing any data and is intended to be used as a part of CI/CD for application configuration.
It can be used as an AWS AppConfig Validator Lambda to prevent invalid configurations or invoked manually. The validator application will run the same checks as done in data processing, so any configuration that errors with the validator will not load for any Substation processing applications.
We recommend using one validator Lambda per Substation deployment with a new function alias for each version of the application you need to validate configurations with.
Updated over 2 years ago