When an environment variable with the _SECRET_NAME suffix (e.g. DB_PASSWORD_SECRET_NAME) is set, the wrapper should get a value from AWS Secrets Manager and put it to a new environment variable named by removing the _SECRET_NAME suffix (e.g. DB_PASSWORD).
When an environment variable with the
_SECRET_NAMEsuffix (e.g.DB_PASSWORD_SECRET_NAME) is set, the wrapper should get a value from AWS Secrets Manager and put it to a new environment variable named by removing the_SECRET_NAMEsuffix (e.g.DB_PASSWORD).