-
Notifications
You must be signed in to change notification settings - Fork 6
/
riff-raff.yaml
42 lines (39 loc) · 1.45 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
stacks: [mobile]
regions: [eu-west-1]
deployments:
editions-backend:
type: aws-lambda
dependencies: [cloudformation]
parameters:
prefixStack: false
bucket: mobile-dist
fileName: editions-backend.zip
functionNames:
[editions-preview-backend-, editions-published-backend-]
editions-archiver:
type: aws-lambda
dependencies: [cloudformation]
parameters:
prefixStack: false
bucket: mobile-dist
fileName: editions-archiver.zip
functionNames:
[
editions-proof-archiver-s3-event-listener-,
editions-archiver-stepmachine-issue-,
editions-archiver-stepmachine-front-,
editions-archiver-stepmachine-upload-,
editions-archiver-stepmachine-notification-,
editions-archiver-stepmachine-zip-,
editions-archiver-stepmachine-indexerProof-,
editions-archiver-stepmachine-copier-,
editions-archiver-stepmachine-indexerPublish-,
]
cloudformation:
type: cloud-formation
app: editions
parameters:
prependStackToCloudFormationStackName: false
cloudFormationStackName: editions
templatePath: cloudformation.yaml
cloudFormationStackByTags: false