-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathriff-raff.yaml
More file actions
31 lines (31 loc) · 862 Bytes
/
riff-raff.yaml
File metadata and controls
31 lines (31 loc) · 862 Bytes
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
31
allowedStages:
- CODE
- PROD
regions:
- eu-west-1
stacks:
- playground
deployments:
cfn-eu-west-1-playground-promo-generator:
type: cloud-formation
app: promo-generator
contentDirectory: cdk
parameters:
templateStagePaths:
CODE: PromoGenerator-euwest-1-CODE.template.json
PROD: PromoGenerator-euwest-1-PROD.template.json
promo-generator:
type: aws-s3
parameters:
bucketSsmKeyStageParam:
CODE: /CODE/playground/promo-generator/hosting-bucket
PROD: /PROD/playground/promo-generator/hosting-bucket
cacheControl:
- pattern: ".*.html$"
value: "public, max-age=60, must-revalidate"
- pattern: ".*"
value: "public, max-age=3600"
prefixStack: false
publicReadAcl: false
dependencies:
- cfn-eu-west-1-playground-promo-generator