We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d132c42 commit cc91977Copy full SHA for cc91977
datadog_lambda/api.py
@@ -86,6 +86,8 @@ def init_api():
86
# Unmute exceptions from datadog api client, so we can catch and handle them
87
api._mute = False
88
89
+
90
def _boto3_client(*args, **kwargs):
91
import botocore
92
93
return botocore.session.get_session().create_client(*args, **kwargs)
0 commit comments