Skip to content

Commit

Permalink
Merge pull request #354 from planetarium/bugfix/duplicated-name
Browse files Browse the repository at this point in the history
The name 'manual' is ambiguous with manual directory
  • Loading branch information
U-lis authored Dec 11, 2024
2 parents b54c079 + 7c82a2e commit b89df62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion worker/worker_cdk_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
runtime=_lambda.Runtime.PYTHON_3_10,
description=f"Manual unload Tx. executor from NineChronicles.IAP",
code=_lambda.AssetCode("worker/worker", exclude=exclude_list),
handler="manual.handle",
handler="manual_unload.handle",
layers=[layer],
role=role,
vpc=shared_stack.vpc,
Expand Down

0 comments on commit b89df62

Please sign in to comment.