vasilevach / Web-App-with-Amazon-AWS-Lex

MIT License
5 stars 2 forks source link

Voice Recognition Bot Web App with Amazon AWS Lex

Based on Simple React Webpack Babel Starter Kit

Read the blog post

Blog post

To run

npm install
npm start

Open the web browser to http://localhost:8888/

Steps to create the Lex Web App

Set up a test bot

AWS Lex documentation is explaining how to create a bot very well, so for this example I will go with the default “Order Flowers” bot

Set up AWS Cognito Account

This step might seem a bit of redundant at this point but, you will use this account a bit later so it is best if we just have it available while we are at the AWS console.

Give your user access to Lex

Code

The code is in the repo.