Skip to content

Commit 3e14bc6

Browse files
committed
Add aws lambda deploy command
1 parent 9a61fec commit 3e14bc6

File tree

1 file changed

+1
-1
lines changed
  • investing_algorithm_framework/cli

1 file changed

+1
-1
lines changed

investing_algorithm_framework/cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def cli():
2424
'--type',
2525
default="default",
2626
help="Type of app to create. "
27-
"Options are: 'default', 'default_web', 'azure_function'."
27+
"Options are: 'default', 'default_web', 'azure_function', 'aws_lambda'."
2828
)
2929
@click.option(
3030
'--path', default=None, help="Path to directory to initialize the app in"

0 commit comments

Comments
 (0)