In this chapter, we will be creating a Lambda function for our skill, and we will deploy it using the local development setup that we discussed in Chapter 2, Getting Started with AWS and Amazon CLI.
We'll be using the Open Weather Map API to get weather data based on the user requests. We will go through the process of creating an account and getting an API key.
We'll use Postman to test the requests that we are going to make to the Open Weather Map API. It is a cross-platform app that can be installed at getpostman.com.
All of the code required for this chapter can be found at http://bit.ly/chatbot-ch4.