File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
investing_algorithm_framework/cli Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments