Search code examples
amazon-web-servicesamazon-lex

Deploying AWS chatbot without the use of the S3 Bucket


Im trying to integrate an AWS chatbot to my Website with the help from this github repository https://github.com/aws-samples/aws-lex-web-ui , and im trying to get this deployed completely locally which means the S3 bucket will not be used, only the "cognito id" will be used,is that possible?


Solution

  • Yes, that is possible. Take a look at the methods of integration:

    enter image description here

    Only Method 1 uses S3 Bucket. You probably want method 3 to create a stand-alone page or an embedded iframe. Here are the links to those directions:

    Stand-alone Page

    Embeddable iframe

    Note that method 3 says to use the libraries from the dist folder. That is commonly overlooked.