Lab2/server/saas-sam-stack.yaml (6 lines): - line 9: #TODO: Add reference to Layers - line 48: #TODO: Add reference to Layers - line 67: #TODO: Add reference to Layers - line 86: #TODO: Add reference to Layers - line 105: #TODO: Add reference to Layers - line 121: #TODO: Add Layers definition here Lab3/server/order-manager/order-manager-dal.js (3 lines): - line 49: //TODO: Add call to metrics manager to log the metrics - line 76: //TODO: Add call to metrics manager to log the metrics - line 100: //TODO: Add call to metrics manager to log the metrics Lab3/server/product-manager/product-manager-dal.js (3 lines): - line 49: //TODO: Add call to metrics manager to log the metrics - line 77: //TODO: Add call to metrics manager to log the metrics - line 101: //TODO: Add call to metrics manager to log the metrics Lab2/client/utils.py (2 lines): - line 18: #TODO: Add a static method to create JWT token which has tenantId in it - line 24: #TODO: Add Authorization header with JWT Lab2/server/layers/nodejs/log-manager.js (2 lines): - line 6: //TODO: Add reference of token manager - line 13: //TODO: Extract Tenant ID from JWT using token Manager and add to the message Lab2/server/product-manager/product-manager-dal.js (1 line): - line 6: //TODO: Fix this reference to refer the layers. Lab2/server/product-manager/product-manager.js (1 line): - line 6: //TODO: Fix this reference to refer the layers. Lab4/server/product-manager/product-manager-dal.js (1 line): - line 4: //TODO: Use Partition manager to get the tablename and definition instead of hardcoding in DAL Lab4/server/order-manager/order-manager-dal.js (1 line): - line 4: //TODO: Use Partition manager to get the tablename and definition instead of hardcoding in DAL Lab2/server/order-manager/order-manager.js (1 line): - line 6: //TODO: Fix this reference to refer the layers. Lab2/server/order-manager/order-manager-dal.js (1 line): - line 6: //TODO: Fix this reference to refer the layers.