From the course: Building Intelligent Chatbots on AWS (2019)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Connect to client

Connect to client - Amazon Web Services (AWS) Tutorial

From the course: Building Intelligent Chatbots on AWS (2019)

Start my 1-month free trial

Connect to client

- [Instructor] All right, well now we've published the bot, we want to be able to connect to it from a client app. In this course we're going to be using a simple little iOS app, but any client that needs to connect to your bot is going to have to make sure that it's connecting to it in a secure way. For that we're going to use Cognito. So we're going to leave our safety zone here, and our sweet little Lex bot world, and we're going to go over to Cognito for a bit. We're going to build an identity pool, and then we're going to use that identity pool that's created for us to be able to connect to our bot from the app. But it's not that big of a deal, you'll see, it'll even give us some code generated that we can put into our client. So I'm going to go up to the services, and I'm going to select Cognito, or I can type cog and select cognito, and I'll click Manage Identity Pools. We don't have any, so it says well, why don't you create one? And we say, fine, great, we will! So we're…

Contents