AWS SecretsManager is a service that allows you to store encrypted secrets in the cloud as raw strings or JSON docs.
Storing secrets as JSON allows you to store ENV settings, similar to a .env file.
Using the aws-sdk library for NodeJS, we can update our application's process.env with the encrypted environment.