Sha256: 1ee0c42b745df2d81c74e595a185789b9dba545a7f14473251e0f1f75789e7b9

Contents?: true

Size: 415 Bytes

Versions: 63

Compression:

Stored size: 415 Bytes

Contents

# Implements:
#
#   definition
#   template_filename
#
module Jets::Resource::ChildStack
  class ApiGateway < Base
    def definition
      {
        api_gateway: {
          type: "AWS::CloudFormation::Stack",
          properties: {
            template_url: template_url,
          }
        }
      }
    end

    def template_filename
      "#{Jets.config.project_namespace}-api-gateway.yml"
    end
  end
end

Version data entries

63 entries across 63 versions & 2 rubygems

Version Path
jets-3.0.6 lib/jets/resource/child_stack/api_gateway.rb
jets-3.0.5 lib/jets/resource/child_stack/api_gateway.rb
jets-3.0.4 lib/jets/resource/child_stack/api_gateway.rb
jets-3.0.3 lib/jets/resource/child_stack/api_gateway.rb
jets-2.3.19 lib/jets/resource/child_stack/api_gateway.rb
jets-3.0.2 lib/jets/resource/child_stack/api_gateway.rb
jets-3.0.1 lib/jets/resource/child_stack/api_gateway.rb
jets-3.0.0 lib/jets/resource/child_stack/api_gateway.rb
jets-2.3.18 lib/jets/resource/child_stack/api_gateway.rb
jets-2.3.17 lib/jets/resource/child_stack/api_gateway.rb
jets-2.3.16 lib/jets/resource/child_stack/api_gateway.rb
jets-2.3.15 lib/jets/resource/child_stack/api_gateway.rb
jets-2.3.14 lib/jets/resource/child_stack/api_gateway.rb
jets-2.3.13 lib/jets/resource/child_stack/api_gateway.rb
jets-2.3.12 lib/jets/resource/child_stack/api_gateway.rb
jets-2.3.11 lib/jets/resource/child_stack/api_gateway.rb
jets-2.3.10 lib/jets/resource/child_stack/api_gateway.rb
jets-2.3.9 lib/jets/resource/child_stack/api_gateway.rb
jets-2.3.8 lib/jets/resource/child_stack/api_gateway.rb
jets-2.3.7 lib/jets/resource/child_stack/api_gateway.rb