From 6982a0d9a0bf23b8dac2187b91a707f1b2c50470 Mon Sep 17 00:00:00 2001 From: Viktor <43149261+Luffi2539@users.noreply.github.com> Date: Tue, 14 Nov 2023 19:18:36 +0400 Subject: [PATCH] Update task.md --- aws-developer/03_serverless_api/task.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aws-developer/03_serverless_api/task.md b/aws-developer/03_serverless_api/task.md index 32f9317..9dd8058 100644 --- a/aws-developer/03_serverless_api/task.md +++ b/aws-developer/03_serverless_api/task.md @@ -62,6 +62,9 @@ Reviewers should verify the lambda functions by invoking them through provided U - The `getProductsById` AND `getProductsList` lambda functions return a correct response code (POINT2) - Your own Frontend application is integrated with Product Service (`/products` API) and products from Product Service are represented on Frontend. AND POINT1 and POINT2 are done. +Because our application is implemented for task 10 (bff) for correct work of frontend application you have to change 2 lines in frontend application. Example is below +![image](https://github.com/rolling-scopes-school/aws/assets/43149261/69a05477-2b10-4c0a-8a24-136eb7139c75) + ## Additional (optional) tasks ---