class Dpl::Providers::Lambda::Handler
Constants
- SEP
Public Instance Methods
Source
# File lib/dpl/providers/lambda.rb, line 200 def sep key = SEP.keys.detect { |key| runtime.start_with?(key.to_s) } SEP[key || :default] end
Source
# File lib/dpl/providers/lambda.rb, line 196 def to_s [go? ? nil : module_name, sep, handler_name].compact.join end