Skip to content

Commit

Permalink
log event
Browse files Browse the repository at this point in the history
  • Loading branch information
timburke-hackit committed Nov 2, 2023
1 parent 73cd997 commit e411e56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lambdas/export_rds_snapshot_to_s3/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@


def lambda_handler(event, context):
print("## EVENT")
print(event)

bucket_name = os.environ["BUCKET_NAME"]
iam_role_arn = os.environ["IAM_ROLE_ARN"]
kms_key_id = os.environ["KMS_KEY_ID"]
Expand Down

0 comments on commit e411e56

Please sign in to comment.