We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b93d1b commit ee1de68Copy full SHA for ee1de68
1 file changed
investing_algorithm_framework/cli/cli.py
@@ -159,24 +159,12 @@ def deploy_azure_function(
159
required=True,
160
help='The AWS region where the Lambda function will be deployed.'
161
)
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
-)
169
@click.option(
170
'--project_dir',
171
default=None,
172
help='The path to the project directory containing '
173
'the Lambda function code.'
174
175
176
- '--ignore_dirs',
177
- default=None,
178
- help='List of directories to ignore when deploying.'
179
180
181
'--memory_size',
182
default=3000,
0 commit comments