File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ pages. The CloudFormation deployment is documented in the
670
670
[ README] ( templates/README.md ) file under the [ templates] ( templates )
671
671
directory.
672
672
673
- ## Building and Deploying your own the LexWebUi
673
+ ## Building and Deploying your own LexWebUi
674
674
675
675
If you want to modify or change LexWebUi functionality follow this
676
676
release process once you are satisfied and have tested your code modifications.
@@ -683,6 +683,13 @@ export BUCKET="yourbootstrapbucketname"
683
683
```
684
684
685
685
Note that "yourbootstrapbucket" (S3 bucket) must allow objects with public-read acl to be added. This approach
686
- is described in the following image.
686
+ is described in the image below.
687
+
688
+ Once you've uploaded your distribution to your own bootstrap bucket, you can launch an installation of LexWebUi
689
+ in the AWS region where this bucket is located by using the master.yaml from your bootstrap bucket. You can
690
+ also update an existing LexWebUi installation by performing a stack update replacing the current template with
691
+ the template you just uploaded to your bootstrap bucket. Note that for either a fresh installation or an update,
692
+ you need to change the BootstrapBucket parameter to be the name of your bootstrap bucket and the BootstrapPrefix
693
+ parameter to be just "artifacts".
687
694
688
695
![ BuildImage] ( ./img/ExampleBuildForLexWebUi.png )
You can’t perform that action at this time.
0 commit comments