NestJS fetch secrets from AWS Secrets Manager
Posted by
Niraj Chauhan
on
Often, applications use environmental variables to store secrets or values that vary depending on the system where the application runs. These values are typically not checked into the git repositories, and you may need to set them at runtime....
Continue reading →