-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.taskcat.yml
42 lines (42 loc) · 2.12 KB
/
.taskcat.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
project:
name: quickstart-quantiphi-lex-kendra-backend
owner: [email protected]
package_lambda: false
lambda_zip_path: ./functions/packages/
tests:
quickstart-quantiphi-test-1:
parameters:
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
KendraS3BucketName: $[taskcat_getval_QSS3BucketName] #Put your bucket name with Kendra docs here. Make sure the bucket is in the same region where template is being launched
KendraFAQFileKey: COVID_FAQ.csv #Put you FAQ file key here. The file should be in the same bucket as Kendra documents Bucket
LexBotJSONKey: assets/lex-bot-template/covid_bot_Export.json
AssumingAccountID: 213747939285
ExternalID: 1234
template: ./templates/lex_bot_kendra_master.template.yaml
regions:
- eu-west-1
quickstart-quantiphi-test-2:
parameters:
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
KendraS3BucketName: $[taskcat_getval_QSS3BucketName] #Put your bucket name with Kendra docs here. Make sure the bucket is in the same region where template is being launched
KendraFAQFileKey: COVID_FAQ.csv #Put you FAQ file key here. The file should be in the same bucket as Kendra documents Bucket
LexBotJSONKey: assets/lex-bot-template/covid_bot_Export.json
AssumingAccountID: 213747939285
ExternalID: 1234
template: ./templates/lex_bot_kendra_master.template.yaml
regions:
- us-west-2
quickstart-quantiphi-test-3:
parameters:
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
KendraS3BucketName: $[taskcat_getval_QSS3BucketName] #Put your bucket name with Kendra docs here. Make sure the bucket is in the same region where template is being launched
KendraFAQFileKey: COVID_FAQ.csv #Put you FAQ file key here. The file should be in the same bucket as Kendra documents Bucket
LexBotJSONKey: assets/lex-bot-template/covid_bot_Export.json
AssumingAccountID: 213747939285
ExternalID: 1234
template: ./templates/lex_bot_kendra_master.template.yaml
regions:
- us-east-1