-
Notifications
You must be signed in to change notification settings - Fork 1
/
riff-raff.yaml
89 lines (89 loc) · 3.31 KB
/
riff-raff.yaml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
stacks: [cmp-monitoring]
allowedStages:
- CODE
- PROD
deployments:
cmp-monitoring-cdk-eu-west-1:
regions: [eu-west-1]
type: cloud-formation
contentDirectory: 'cloud-formation'
parameters:
prependStackToCloudFormationStackName: false
cloudFormationStackName: cmp-monitoring
templateStagePaths:
CODE: CmpMonitoringStackEUCode.template.json
PROD: CmpMonitoringStackEUProd.template.json
cloudFormationStackByTags: false
cmp-monitoring-lambda-eu-west-1:
dependencies: [cmp-monitoring-cdk-eu-west-1]
regions: [eu-west-1]
type: aws-lambda
actions: [uploadLambda, updateLambda]
parameters:
prefixStack: false
bucketSsmLookup: true
fileName: cmp-monitoring-lambda.zip
lookupByTags: true
cmp-monitoring-cdk-us-west-1:
regions: [us-west-1]
type: cloud-formation
contentDirectory: 'cloud-formation'
parameters:
prependStackToCloudFormationStackName: false
cloudFormationStackName: cmp-monitoring
templateStagePaths:
CODE: CmpMonitoringStackUSCode.template.json
PROD: CmpMonitoringStackUSProd.template.json
cloudFormationStackByTags: false
cmp-monitoring-lambda-us-west-1:
dependencies: [cmp-monitoring-cdk-us-west-1]
regions: [us-west-1]
type: aws-lambda
actions: [uploadLambda, updateLambda]
parameters:
prefixStack: false
bucketSsmLookup: true
fileName: cmp-monitoring-lambda.zip
lookupByTags: true
cmp-monitoring-cdk-ap-southeast-2:
regions: [ap-southeast-2]
type: cloud-formation
contentDirectory: 'cloud-formation'
parameters:
prependStackToCloudFormationStackName: false
cloudFormationStackName: cmp-monitoring
templateStagePaths:
CODE: CmpMonitoringStackAPCode.template.json
PROD: CmpMonitoringStackAPProd.template.json
cloudFormationStackByTags: false
cmp-monitoring-lambda-ap-southeast-2:
dependencies: [cmp-monitoring-cdk-ap-southeast-2]
regions: [ap-southeast-2]
type: aws-lambda
actions: [uploadLambda, updateLambda]
parameters:
prefixStack: false
bucketSsmLookup: true
fileName: cmp-monitoring-lambda.zip
lookupByTags: true
cmp-monitoring-cdk-ca-central-1:
regions: [ca-central-1]
type: cloud-formation
contentDirectory: 'cloud-formation'
parameters:
prependStackToCloudFormationStackName: false
cloudFormationStackName: cmp-monitoring
templateStagePaths:
CODE: CmpMonitoringStackCACode.template.json
PROD: CmpMonitoringStackCAProd.template.json
cloudFormationStackByTags: false
cmp-monitoring-lambda-ca-central-1:
dependencies: [cmp-monitoring-cdk-ca-central-1]
regions: [ca-central-1]
type: aws-lambda
actions: [uploadLambda, updateLambda]
parameters:
prefixStack: false
bucketSsmLookup: true
fileName: cmp-monitoring-lambda.zip
lookupByTags: true