Sha256: db5913d4bb14ae8560701ffde0b02f9999a3e75248fb05fb91779b953b41ab13
Contents?: true
Size: 500 Bytes
Versions: 153
Compression:
Stored size: 500 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 outputs { logical_id => "!Ref #{logical_id}", } end def template_filename "#{Jets.config.project_namespace}-api-gateway.yml" end end end
Version data entries
153 entries across 153 versions & 2 rubygems