Skip to content

Commit

Permalink
ADD Changes in lambda functions to horizontally scale, instead of try…
Browse files Browse the repository at this point in the history
…ing to process a large amount of files in one lambda

Refer to task #54
  • Loading branch information
ramesh-maddegoda committed Feb 15, 2024
1 parent bcaa1fb commit ee00168
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pds/ingress/pds-nucleus-datasync-completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def lambda_handler(event, context):

logger.debug(f"verified_file_obj_list: {verified_file_obj_list}")

list_of_files = []

# Process each file in verified file list
for file_obj in verified_file_obj_list:

Expand Down

0 comments on commit ee00168

Please sign in to comment.