Module: Honeycomb::Aws

Defined in:
lib/honeycomb/integrations/aws.rb

Defined Under Namespace

Classes: ApiHandler, Plugin, SdkHandler

Constant Summary collapse

SDK_VERSION =

The version of the aws-sdk-core gem.

Aws::VERSION was removed in aws-sdk-core v3.2.1 in favor of Aws::CORE_GEM_VERSION. However, it’s still present in aws-sdk v2.

defined?(::Aws::VERSION) ? ::Aws::VERSION : ::Aws::CORE_GEM_VERSION