
Update Invoice Starred.

Go to API Gateway and select the API: GetInvoiceAPI.
Navigate to the Stages section.
Click the "+" button to reveal the /invoice/starred/{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/starred/<InvoiceId_from_DynamoDB>


{
"starred": true
}



Starred field in DynamoDB to verify the update.