From the course: Learning to Build Alexa Skills

Unlock the full course today

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

Testing multiplication and division

Testing multiplication and division - Amazon Web Services (AWS) Tutorial

From the course: Learning to Build Alexa Skills

Start my 1-month free trial

Testing multiplication and division

- [Instructor] Now it's time to test out our skill. We're going to test out the multiplication and division intents that we created, then show that they work. So in order to do this, first off, we need to update our Lambda function and have those changes that we made to our index.js file in there. So if you navigate to your project folder, remember we have to go into the folder itself. And we want to zip these files. Zip all these files and create a main zip file that we will use to upload to the Lambda function. So there I've just created a zip file. And now, if you login to your AWS management console, and you can click on Lambda, here will will see our my-calculator Lambda function. So go ahead and click on it to open the dashboard. And we want to scroll down here to the Function code. And for the Code entry type, we're going to select Upload a zip file, click on the Upload button, and here we're going to select the…

Contents