AWS Secrets Manager functions
The awsSecretsManager*
functions return data from AWS Secrets Manager
using the GetSecretValue
API.
The profile and region are pulled from the standard environment variables and shared config files but can be
overridden by setting awsSecretsManager.profile
and awsSecretsManager.region
configuration variables respectively.