We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149ce3a commit d11d485Copy full SHA for d11d485
awslambdaric/__main__.py
@@ -13,7 +13,6 @@ def main(args):
13
handler = args[1]
14
lambda_runtime_api_addr = os.environ["AWS_LAMBDA_RUNTIME_API"]
15
16
- print(f"Executing '{handler}' in function directory '{app_root}'")
17
bootstrap.run(app_root, handler, lambda_runtime_api_addr)
18
19
0 commit comments