
Get Invoices By ID.

Go to API Gateway and select the API: GetInvoiceAPI.
Navigate to the Stages section.
Click the "+" button to reveal the /invoice/{id} endpoint path as shown below:



{id} in the API endpoint with an actual Invoice ID from DynamoDB:https://x4uqolxky6.execute-api.us-east-1.amazonaws.com/dev/invoice/<InvoiceId_from_DynamoDB>




You can now test the remaining 2 invoice files!