File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 33# This product includes software developed at Datadog (https://www.datadoghq.com/).
44# Copyright 2020 Datadog, Inc.
55
6+ print ("Entered handler.py" )
7+
68from importlib import import_module
79
810import os
@@ -43,3 +45,5 @@ class HandlerError(Exception):
4345 raise
4446
4547handler = datadog_lambda_wrapper (handler_func )
48+
49+ print ("Exiting handler.py" )
Original file line number Diff line number Diff line change 22# under the Apache License Version 2.0.
33# This product includes software developed at Datadog (https://www.datadoghq.com/).
44# Copyright 2019 Datadog, Inc.
5+
6+ print ("Entered wrapper.py" )
7+
58import os
69import logging
710import traceback
@@ -377,3 +380,5 @@ def format_err_with_traceback(e):
377380
378381
379382datadog_lambda_wrapper = _LambdaDecorator
383+
384+ print ("Exiting wrapper.py" )
You can’t perform that action at this time.
0 commit comments