h. Bind Lambda with API Gateway

Amazon API Gateway allows the creation of REST and WebSocket APIs that act as a front-end for applications to access data, business logic or functionalities provided by backend services such as AWS Lambda.

In this section, you will attach the AWS Lambda function created in the previous section with a REST API created using Amazon API Gateway. You will start by creating your API, then you will bind it to your lambda function. The last part of this section consists of deploying your API.