Skip to content

Commit

Permalink
remove lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
zARODz11z authored Sep 27, 2023
1 parent e9d8752 commit 0e6bff1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/datadog/tracing/contrib/aws/services.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
require_relative './service/eventbridge'
require_relative './service/states'
require_relative './service/s3'
require_relative './service/lambda'

module Datadog
module Tracing
Expand Down Expand Up @@ -131,7 +130,6 @@ module Aws
'eventbridge' => Service::EventBridge.new,
'states' => Service::States.new,
's3' => Service::S3.new,
'lambda' => Service::Lambda.new
}.freeze
end
end
Expand Down

0 comments on commit 0e6bff1

Please sign in to comment.