-
Notifications
You must be signed in to change notification settings - Fork 40
/
example-config.json
36 lines (36 loc) · 1.05 KB
/
example-config.json
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
{
"region": "ca-central-1",
"account": "111111111",
"use_isolated_subnets": false,
"use_automated_backup": false,
"include_bulk_loader": false,
"include_front_end": false,
"use_custom_asset_bucket": false,
"custom_asset_bucket_name": "nbachmei.riv.ca-central-1",
"custom_assets": {
"BatchHandler": {
"key": "latest/bulk-loader/batch-handler.zip"
},
"LoaderInvCreatedHndlr": {
"key": "latest/bulk-loader/inventory-created-handler.zip"
},
"ThrottledIndexer": {
"key": "latest/bulk-loader/throttled-indexer.zip"
},
"CompareFaces": {
"key": "latest/rekognition/compare-faces.zip"
},
"DetectFaces": {
"key": "latest/rekognition/detect-faces.zip"
},
"IndexFaces": {
"key": "latest/rekognition/index-faces.zip"
},
"SearchFaces": {
"key": "latest/rekognition/search-faces.zip"
},
"Extract-IdCard": {
"key": "latest/textract/extract-idcard.zip"
}
}
}