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