-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserverless-compose.yml
49 lines (40 loc) · 1.26 KB
/
serverless-compose.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# TODO some of these names are driving me crazy including the name of the project in general
# at some point should remove all services, refactor names, and redeploy
# this will break some services using hardcoded names for other services and resources
services:
resources:
path: resources
socket:
path: socket
edit-sessions:
path: edit-sessions
process-video:
path: process-video
params:
rekSNSTopic: ${resources.rekSNSTopic}
rekRole: ${resources.rekRole}
sendMessagesTopicArn: ${socket.sendMessagesTopicArn}
auth:
path: auth
params:
videosS3Name: ${process-video.videosS3Name}
process-video-data:
path: process-video-data
params:
rekSQSQueue: ${resources.rekSQSQueue}
transcriptionSNSArn: ${resources.transcriptionSNSArn}
process-convert:
path: process-convert
params:
mediaConvertSNSArn: ${resources.mediaConvertSNSArn}
sendMessagesTopicArn: ${socket.sendMessagesTopicArn}
video-ai:
path: video-ai
params:
agentQueueArn: ${resources.agentQueueArn}
sendMessagesTopicArn: ${socket.sendMessagesTopicArn}
new-message:
path: new-message
params:
agentQueueArn: ${resources.agentQueueArn}
agentQueueUrl: ${resources.agentQueueUrl}