Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add copyright claim
  • Loading branch information
DarcyRaynerDD committed May 21, 2020
commit 411eb12fc968a15f1e0bad5897a1edd961d10f9a
6 changes: 6 additions & 0 deletions datadog_lambda/handler.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Unless explicitly stated otherwise all files in this repository are licensed
# under the Apache License Version 2.0.
# This product includes software developed at Datadog (https://www.datadoghq.com/).
# Copyright 2020 Datadog, Inc.

from __future__ import absolute_import
from importlib import import_module

import os
from datadog_lambda.wrapper import datadog_lambda_wrapper

Expand Down