slic-starter
Version:
A complete serverless starter application
11 lines (10 loc) • 321 B
YAML
stage: ${opt:stage, 'dev'}
runtime: nodejs8.10
nsDomain: sliclists.com
domainPrefixes:
local: ''
dev: dev.
stg: stg.
prod: ''
apiDomainName: api.${self:custom.domainPrefixes.${self:provider.stage}}${self:custom.nsDomain}
siteDomainName: ${self:custom.domainPrefixes.${self:provider.stage}}${self:custom.nsDomain}