app: ${file(./package.json):name} service: domains provider: name: aws stage: ${opt:stage,'dev'} runtime: nodejs12.x plugins: - serverless-domain-manager custom: stage: ${opt:stage, self:provider.stage} domains: ${file(./config/domains.yaml):domains} customDomain: ${file(./config/domains.yaml):customDomain}