In this section, we will have a look at the steps to deploy the Lambda function:
- The details of the GET method can also be seen on the right-hand side of the API console, when you click on that method. The details look as follows:
![](https://static.packt-cdn.com/products/9781787288676/graphics/assets/6c67dfce-45f9-4648-8922-7b02b8eb568e.png)
- In the GET method console, click on the Lambda Function option. Select any one region depending on your preference. I have chosen us-east-1 as the region as shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781787288676/graphics/assets/4ab15692-b5bf-4825-9b11-e15eef1bdd6f.png)
- As expected, it says we do not have a Lambda function in that region. So, we need to go ahead and create one. Click on the Create a Lambda Function link. This will take you to the Lambda creation console which we are already comfortable with:
![](https://static.packt-cdn.com/products/9781787288676/graphics/assets/27281b9e-3209-4530-8784-256f386b2f18.png)
- From here, choose the keyword : hello-world-python blueprint from the list of blueprints:
![](https://static.packt-cdn.com/products/9781787288676/graphics/assets/cc88530b-ba15-4927-8a60-a196fc2219da.png)
- In the next console, choose the basic information for the Lambda function...