Skip to content

Commit

Permalink
Try changing handler names
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Jan 5, 2025
1 parent 56d8e48 commit d11c7a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stack/cloud_function_ais_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# source code. ("main.py" and "requirements.txt".)
source_archive_object = storage.BucketObject(
construct_name("source-cf-ais"),
name="handler.py",
name="handler.py-ais",
bucket=bucket.name,
source=archive,
)
Expand Down
2 changes: 1 addition & 1 deletion stack/cloud_function_historical_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# source code. ("main.py" and "requirements.txt".)
source_archive_object = storage.BucketObject(
construct_name("source-cf-historical-run"),
name="handler.py",
name="handler.py-hr",
bucket=cloud_function_scene_relevancy.bucket.name,
source=archive,
)
Expand Down
2 changes: 1 addition & 1 deletion stack/cloud_function_scene_relevancy.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# source code. ("main.py" and "requirements.txt".)
source_archive_object = storage.BucketObject(
construct_name("source-cf-sr"),
name="handler.py",
name="handler.py-sr",
bucket=bucket.name,
source=archive,
)
Expand Down

0 comments on commit d11c7a7

Please sign in to comment.