Skip to content

Commit cf2d291

Browse files
committed
Fix missing lambda handler deprecation
1 parent 8f36911 commit cf2d291

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/agent_features/test_lambda_handler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ def test_lambda_malformed_api_gateway_payload(monkeypatch):
145145
_malformed_request_attributes = {"agent": ["aws.requestId", "aws.lambda.arn"], "user": [], "intrinsic": []}
146146

147147

148+
# The lambda_hander has been deprecated for 3+ years
149+
@pytest.mark.skip(reason="The lambda_handler has been deprecated")
148150
@validate_transaction_trace_attributes(_malformed_request_attributes)
149151
@validate_transaction_event_attributes(_malformed_request_attributes)
150152
@override_application_settings(_override_settings)

0 commit comments

Comments
 (0)