aws-samples / aws-lex-net-chatbot

The ASP.NET Core ChatBot application featured here allows you to order flowers using Amazon Lex. The application is built with C#, AWS .NET SDK, and AWS Toolkit for Visual Studio and is deployed on Amazon EC2.
Apache License 2.0
73 stars 70 forks source link

How to get this working? #3

Closed sasankjonna closed 6 years ago

sasankjonna commented 6 years ago

I copied the code to my local . Now none of the documentation talks about how we connect my code to Lex Service I created in my AWS account. The readme says "the code provided can easily connect to any chatbot created with Amazon Lex, and deployed to the web by changing just three configuration options."

What are those three config options? Am I missing something?

Thanks SJ

sasankjonna commented 6 years ago

Will do more research and come back.

tawalke commented 6 years ago

Hi did you get it working. You needed to change 3 options in the .config file which should have been noted in the documentation. For example, once you create your Cognito Identity Pool, you would update the Cognito pool ID in the config file. The config file notes which options to change.