Skip to content

Commit

Permalink
Merge branch 'develop' into dotnet8-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mndeveci authored Dec 20, 2023
2 parents 161da2c + 9236233 commit a54e1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samcli/commands/local/lib/local_lambda_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class LocalLambdaService:
that are defined in a SAM file.
"""

def __init__(self, lambda_invoke_context, port, host, ssl_context):
def __init__(self, lambda_invoke_context, port, host, ssl_context=None):
"""
Initialize the Local Lambda Invoke service.
Expand Down

0 comments on commit a54e1ac

Please sign in to comment.