Skip to content

Commit 2a20f4d

Browse files
committed
Add AWS Lambda package metadata files
1 parent 6a32d72 commit 2a20f4d

File tree

14 files changed

+13
-882
lines changed

14 files changed

+13
-882
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright 2020, OpenTelemetry Authors
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.

instrumentation/opentelemetry-instrumentation-aws_lambda/tests/mocks/lambda_function.py instrumentation/opentelemetry-instrumentation-aws-lambda/tests/test_aws_lambda_instrumentation.py

-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,3 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
15-
16-
def handler(event, context):
17-
return "200 ok"

instrumentation/opentelemetry-instrumentation-aws_lambda/scripts/otel-instrument

-166
This file was deleted.

instrumentation/opentelemetry-instrumentation-aws_lambda/scripts/otel_wrapper.py

-66
This file was deleted.

0 commit comments

Comments
 (0)