Skip to content

Commit

Permalink
updates 2024-07-08 - bug fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Jul 8, 2024
1 parent 9099183 commit 3a25d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion herding_cats_pipelines/lambda_jobs/london_datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_secret(secret_name: str, region_name: str = "eu-west-2") -> json:

def lambda_handler(event, context) -> json:
"""
AWS Lambda function to fetch data catalogue from London Datastore and dump it to S3.
AWS Lambda function to fetch data catalogue from London Datastore and dump it to S3
"""
try:
secret_name = get_param("herding_cats_param")
Expand Down

0 comments on commit 3a25d4b

Please sign in to comment.