Skip to content

Commit

Permalink
working on microvm
Browse files Browse the repository at this point in the history
  • Loading branch information
simsong committed Jan 15, 2025
1 parent e7c4084 commit 6100972
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/app/dbfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def get_aws_secret_for_arn(secret_name):
try:
get_secret_value_response = client.get_secret_value( SecretId=secret_name )
except ClientError as e:
logging.error('Cannot get secretId=%s',secret_name)
raise SecretsManagerError(e) from e
secret = json.loads(get_secret_value_response['SecretString'])
return secret
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6100972

Please sign in to comment.