Method: Jets::Naming.api_gateway_template_path
- Defined in:
- lib/jets/naming.rb
.api_gateway_template_path ⇒ Object
consider moving these methods into cfn/builder/helpers.rb or that area.
29 30 31 |
# File 'lib/jets/naming.rb', line 29 def api_gateway_template_path "#{template_path_prefix}-api-gateway.yml" end |