Routing API Calls to Serverless Functions

The functions are in place. Now we need to verify that the API Gateway has mapped entry to these functions to route traffic to this serverless microservice (instead of the monolith we were using before). Select the GET method under the /orders resource to access the configuration for the GET orders operation. This will display a view similar to the following:

Routing API Calls to Serverless Functions - Figure 1