GET Endpoint

Finally, we can verify that the GET for our orders resource is pointing at the correct Lambda function. Select the “Integration Request“ title from the top of the box at the right. This will display a view similar to the following:

GET Endpoint - Figure 1

The key piece of information here is the Lambda Function. The value for this attribute should map directly to our getOrders() Lambda function that we deployed earlier. The function will be named “saas-factory-srvls-wrkshp-orders-get-all-[REGION]“.