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-4.0.12 lib/jets/resource/child_stack/api_gateway.rb
jets-4.0.11 lib/jets/resource/child_stack/api_gateway.rb
jets-4.0.10 lib/jets/resource/child_stack/api_gateway.rb
jets-4.0.9 lib/jets/resource/child_stack/api_gateway.rb
jets-4.0.8 lib/jets/resource/child_stack/api_gateway.rb
jets-4.0.7 lib/jets/resource/child_stack/api_gateway.rb
jets-4.0.6 lib/jets/resource/child_stack/api_gateway.rb
jets-4.0.5 lib/jets/resource/child_stack/api_gateway.rb
jets-4.0.4 lib/jets/resource/child_stack/api_gateway.rb
jets-4.0.3 lib/jets/resource/child_stack/api_gateway.rb
jets-4.0.2 lib/jets/resource/child_stack/api_gateway.rb
jets-4.0.1 lib/jets/resource/child_stack/api_gateway.rb
jets-4.0.0 lib/jets/resource/child_stack/api_gateway.rb
jets-3.2.2 lib/jets/resource/child_stack/api_gateway.rb
jets-3.2.1 lib/jets/resource/child_stack/api_gateway.rb
jets.benforeva-3.0.17.pre.mount.pre.fix lib/jets/resource/child_stack/api_gateway.rb
jets-3.2.0 lib/jets/resource/child_stack/api_gateway.rb
jets-3.1.5 lib/jets/resource/child_stack/api_gateway.rb
jets-3.1.4 lib/jets/resource/child_stack/api_gateway.rb
jets-3.1.3 lib/jets/resource/child_stack/api_gateway.rb