forked from aws-samples/aws-lex-web-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobile-hub-project.yml
41 lines (41 loc) · 1.27 KB
/
mobile-hub-project.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
--- !com.amazonaws.mobilehub.v0.Project
features:
bots: !com.amazonaws.mobilehub.v0.Bots
components:
OrderFlowers: !com.amazonaws.mobilehub.v0.Bot
attributes:
childDirected: false
description: Bot to order flowers.
existing: false
template: bot-flowers
content-delivery: !com.amazonaws.mobilehub.v0.ContentDelivery
attributes:
enabled: true
visibility: public-global
components:
release: !com.amazonaws.mobilehub.v0.Bucket {}
sign-in: !com.amazonaws.mobilehub.v0.SignIn {}
name: lex-web-ui
region: us-east-1
uploads:
- !com.amazonaws.mobilehub.v0.Upload
fileName: index.html
targetS3Bucket: hosting
- !com.amazonaws.mobilehub.v0.Upload
fileName: parent.html
targetS3Bucket: hosting
- !com.amazonaws.mobilehub.v0.Upload
fileName: lex-web-ui.js
targetS3Bucket: hosting
- !com.amazonaws.mobilehub.v0.Upload
fileName: lex-web-ui-loader.js
targetS3Bucket: hosting
- !com.amazonaws.mobilehub.v0.Upload
fileName: lex-web-ui-loader.css
targetS3Bucket: hosting
- !com.amazonaws.mobilehub.v0.Upload
fileName: lex-web-ui.css
targetS3Bucket: hosting
- !com.amazonaws.mobilehub.v0.Upload
fileName: lex-web-ui-loader-config.json
targetS3Bucket: hosting