-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathriff-raff.yaml
56 lines (55 loc) · 1.91 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
stacks: [mobile-notifications]
regions: [eu-west-1]
deployments:
mobile-notifications-harvester-cfn:
type: cloud-formation
app: harvester
dependencies:
- registrations-db-proxy-cfn
- mobile-notifications-workers-cfn
parameters:
templatePath: harvester-cfn.yaml
mobile-notifications-workers-cfn:
type: cloud-formation
app: n10n-workers
parameters:
prependStackToCloudFormationStackName: false
cloudFormationStackName: mobile-notifications-cdk-workers
templateStagePaths:
CODE: SenderWorkerStack-CODE.template.json
PROD: SenderWorkerStack-PROD.template.json
mobile-notifications-topic-counter-cfn:
type: cloud-formation
app: topic-counter
dependencies:
- registrations-db-proxy-cfn
parameters:
prependStackToCloudFormationStackName: false
cloudFormationStackName: topic-counter-cfn
templatePath: topic-counter-cfn.yaml
mobile-notifications-registration-cleaning-worker-cfn:
type: cloud-formation
app: registration-cleaning-worker
dependencies:
- registrations-db-proxy-cfn
parameters:
prependStackToCloudFormationStackName: false
cloudFormationStackName: registration-cleaning-worker-cfn
templatePath: registration-cleaning-worker-cfn.yaml
mobile-notifications-expired-registration-cleaner-cfn:
type: cloud-formation
app: expired-registration-cleaner
dependencies:
- registrations-db-proxy-cfn
parameters:
prependStackToCloudFormationStackName: false
cloudFormationStackName: expired-registration-cleaner-cfn
templatePath: expired-registration-cleaner-cfn.yaml
registrations-db-proxy-cfn:
type: cloud-formation
app: registrations-db-proxy
parameters:
prependStackToCloudFormationStackName: false
templateStagePaths:
CODE: RegistrationsDbProxy-CODE.template.json
PROD: RegistrationsDbProxy-PROD.template.json