forked from fourTheorem/slic-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.yml
30 lines (26 loc) · 1023 Bytes
/
app.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This file must be updated, committed and pushed for your
# SLIC Starter-based application deployment to work
sourceRepo:
# This should be changed to match your own repo and branch
owner: fourTheorem
name: slic-starter
branch: main
domainConfig:
# Set 'nsDomain' to an empty string ('') if you are not using custom domains. Do not remove it.
nsDomain: sliclists.com
# Set 'siteBucketPrefix' if you are not using custom domains
# It will be used, along with the stage value as a bucket name
# for frontend assets so it should be unique.
# siteBucketPrefix: define-this-if-not-using-nsDomain
domainPrefixes:
dev: dev.
stg: stg.
prod: ''
local: ''
slicWatch:
# To create dashboards alarms for all stacks, configure
# an SNS Topic that is accessible from your target account(s).
topicArn: ${ssm:/${self:provider.stage}/slicWatch/topicArn}
# If you are not sure what to do, or don't want the additional
# cost of alarms and dashboards, set 'enabled' to false
enabled: true