backend/lib/seed/devops/serverless-domains.yaml
2025-05-14 21:45:16 +02:00

12 lines
334 B
YAML

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}