Skip to content

Commit ee1de68

Browse files
committed
Fix click args
1 parent 1b93d1b commit ee1de68

File tree

1 file changed

+0
-12
lines changed
  • investing_algorithm_framework/cli

1 file changed

+0
-12
lines changed

investing_algorithm_framework/cli/cli.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -159,24 +159,12 @@ def deploy_azure_function(
159159
required=True,
160160
help='The AWS region where the Lambda function will be deployed.'
161161
)
162-
@click.option(
163-
'--lambda_handler',
164-
required=True,
165-
help='The Lambda handler function in the '
166-
'format "module_name.function_name".',
167-
default="aws_function.lambda_handler"
168-
)
169162
@click.option(
170163
'--project_dir',
171164
default=None,
172165
help='The path to the project directory containing '
173166
'the Lambda function code.'
174167
)
175-
@click.option(
176-
'--ignore_dirs',
177-
default=None,
178-
help='List of directories to ignore when deploying.'
179-
)
180168
@click.option(
181169
'--memory_size',
182170
default=3000,

0 commit comments

Comments
 (0)