Skip to content

Commit d11d485

Browse files
preearorcarlzogh
authored andcommitted
Remove logging for handler directory, as its adding un-necessary cloudwatch cost
1 parent 149ce3a commit d11d485

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

awslambdaric/__main__.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ def main(args):
1313
handler = args[1]
1414
lambda_runtime_api_addr = os.environ["AWS_LAMBDA_RUNTIME_API"]
1515

16-
print(f"Executing '{handler}' in function directory '{app_root}'")
1716
bootstrap.run(app_root, handler, lambda_runtime_api_addr)
1817

1918

0 commit comments

Comments
 (0)