Go to your CloudWatch Console.
Under Logs, click Log Groups.
Check the Exact match box, and type the prefix of your Stack, monitoring-app in our case.
You should see all available Log Groups for our Lambda functions.
Click in the one that contains GetAllItemsFunction on its name.
Click in the latest Log Stream.
You should be able to see something like the print screen below containing at least three log entries: Two for the context and event objects, a tentative error log in case of any failures, and a final one regarding the result of the function execution.
Expand and navigate through the payload generated for each entry. Notice that the additional metadata that we added in our helper lib are present for each entry.
Also, make sure to investigate the logs generated when invoking our APIs via API Gateway