Skip to content

Commit e311fc4

Browse files
committed
Add aws lambda deploy command
1 parent 92b9f6e commit e311fc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • investing_algorithm_framework/cli

investing_algorithm_framework/cli/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,4 @@ def deploy_aws_lambda(
205205

206206
cli.add_command(init)
207207
cli.add_command(deploy_azure_function)
208+
cli.add_command(deploy_aws_lambda)

0 commit comments

Comments
 (0)