-
Notifications
You must be signed in to change notification settings - Fork 8
AWS Secrets Utility Files (aws_secrets_utils)
This page contains documentation for the files in the /backend/aws_helpers/aws_secrets_utils
directory of the Github repo. This page is regularly updated when new changes are added to these files.
get_secret_response
: fetches secret from AWS Secrets Manager and returns the response. Contains code to handle exceptions listed here (right now it just rethrows the exceptions): https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_GetSecretValue.html
get_secret_string
: Gets the SecretString from the response from get_secret_response
.
has_secret_string
: Checks if the SecretString exists in the response from get_secret_response
.
get_secret_binary_decoded
: Gets the SecretBinary from the response from get_secret_response
.
get_secret_env
: Get the env value from from the response from get_secret_response
. Mainly used for .aws\build-env.py
.
create_secret
: Creates a secret given a name, secret (JSON object), and description. If no description provided, the description defaults to an empty string.
- Home
- Terraform
- Bearer-Token-Gen-Script
- Frontend-Backend Communication Documentation
- Backend Documentation (backend)
-
driver.py
- AWS Helper Files (backend.aws_helpers)
- Dynamo DB Utility Files (aws_helpers.dynamo_db_utils)
- AWS Secrets Utility Files (aws_secrets_utils)
- AWS Batch Utility Files (aws_batch_utils)
- Firebase Helper Files (backend.firebase_helpers)
- Common Files (backend.common)
-
constants.py
-
dataset.py
-
default_datasets.py
-
email_notifier.py
-
loss_functions.py
-
optimizer.py
-
utils.py
- Deep Learning Files (backend.dl)
- Machine Learning Files (backend.ml)
- Frontend Documentation
- Bug Manual
- Developer Runbook
- Examples to locally test DLP
- Knowledge Share