We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e212f77 commit 411eb12Copy full SHA for 411eb12
datadog_lambda/handler.py
@@ -1,5 +1,11 @@
1
+# Unless explicitly stated otherwise all files in this repository are licensed
2
+# under the Apache License Version 2.0.
3
+# This product includes software developed at Datadog (https://www.datadoghq.com/).
4
+# Copyright 2020 Datadog, Inc.
5
+
6
from __future__ import absolute_import
7
from importlib import import_module
8
9
import os
10
from datadog_lambda.wrapper import datadog_lambda_wrapper
11
0 commit comments