-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpipeline-config.json
More file actions
41 lines (41 loc) · 1003 Bytes
/
pipeline-config.json
File metadata and controls
41 lines (41 loc) · 1003 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
32
33
34
35
36
37
38
39
40
41
{
"schema_version": "tags/20220517.1",
"ecr_region": "us-east-2",
"docker_context_directory": "Lambda",
"docker_file": "config.Dockerfile",
"services": {
"lsports": {
"service_name": "lsports_consume",
"ecr_tag": 20220517.1
},
"firebase": {
"service_name": "populate_firebase",
"ecr_tag": 20220517.1
},
"create_market": {
"service_name": "create_market",
"ecr_tag": 20220517.1
}
},
"lambda_configs_path": "Lambda/configs",
"config_schema_path": "config-schemas",
"terraform_directory": "Terraform2",
"environments": {
"prod": {
"workspaces": [
"solid",
"flexible"
]
},
"dev": {
"workspaces": [
"default"
]
},
"sandbox": {
"workspaces": [
"default"
]
}
}
}