In this step, we will set up the API Gateway to link the user interface to the server, enabling interaction between the web application and the Lambda Function. The API Gateway will serve as a connector, processing HTTP requests and sending them to the correct Lambda Function. Finally, we will deploy the API to make it available for testing and use.
5.1. Create API Gateway
5.2. Deploy API