class Honeybadger::Util::Lambda

def lambda_execution?

def lambda_execution?
  !!ENV["AWS_LAMBDA_FUNCTION_NAME"]
end