aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex <git@ajschof.me>2024-08-19 17:10:42 +0100
committerGitHub <noreply@github.com>2024-08-19 17:10:42 +0100
commit58db3807d686a600177f467c96694bec75f0c466 (patch)
tree65271c2b4bc00a5c33d2af1a023a2a34e7b5dec7 /src
parent34de6026e4d4db40d30bd551003a7f6bd1982fc3 (diff)
parentb80ad74122609fca98597d9a04518df855b58aed (diff)
downloadde-project-bentley-58db3807d686a600177f467c96694bec75f0c466.tar.gz
de-project-bentley-58db3807d686a600177f467c96694bec75f0c466.zip
Merge pull request #64 from ajschofield/extract-lambda-code-update
pr: extract lambda code update
Diffstat (limited to 'src')
-rw-r--r--src/extract_lambda.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extract_lambda.py b/src/extract_lambda.py
index 4168e27..217efdb 100644
--- a/src/extract_lambda.py
+++ b/src/extract_lambda.py
@@ -90,6 +90,7 @@ def extract_bucket(client=boto3.client("s3")):
extract_bucket_filter = [
bucket["Name"] for bucket in response["Buckets"] if "extract" in bucket["Name"]
]
+
return extract_bucket_filter[0]
git.ajschof.me — hosted by ajschofield — powered by cgit