Sha256: 32118c8c19d22595fd24fba646f851b0e489693f4d154dcfb3975cce003ae4f4

Contents?: true

Size: 240 Bytes

Versions: 6

Compression:

Stored size: 240 Bytes

Contents

class Lono::Cfn::Deploy
  class Notification < Base
    def arns
      arns = @options["notification_arns"] || Lono.config.up.notification_arns
      arns == [''] ? [] : arns # allow removing the notification_arns setting
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lono-8.0.0.pre.rc6 lib/lono/cfn/deploy/notification.rb
lono-8.0.0.pre.rc5 lib/lono/cfn/deploy/notification.rb
lono-8.0.0.pre.rc4 lib/lono/cfn/deploy/notification.rb
lono-8.0.0.pre.rc3 lib/lono/cfn/deploy/notification.rb
lono-8.0.0.pre.rc2 lib/lono/cfn/deploy/notification.rb
lono-8.0.0.pre.rc1 lib/lono/cfn/deploy/notification.rb