forked from codeforboston/voiceapp311
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathask-resources.json
41 lines (41 loc) · 916 Bytes
/
ask-resources.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
37
38
39
40
41
{
"askcliResourcesVersion": "2020-03-31",
"profiles": {
"default": {
"skillMetadata": {
"src": "./skill-package"
},
"code": {
"default": {
"src": "./mycity"
}
},
"skillInfrastructure": {
"type": "@ask-cli/lambda-deployer",
"userConfig": {
"runtime": "python3.7",
"handler": "lambda_function.lambda_handler",
"awsRegion": "us-east-1"
}
}
},
"__ENVIRONMENT_ASK_PROFILE__": {
"skillMetadata": {
"src": "./skill-package"
},
"code": {
"default": {
"src": "./mycity"
}
},
"skillInfrastructure": {
"type": "@ask-cli/lambda-deployer",
"userConfig": {
"runtime": "python3.7",
"handler": "lambda_function.lambda_handler",
"awsRegion": "us-east-1"
}
}
}
}
}