diff --git a/Lab2.md b/Lab2.md index 53c3a46..6f48cea 100755 --- a/Lab2.md +++ b/Lab2.md @@ -53,7 +53,7 @@ you built in [Task 1](/Lab1.md#task-1-deploy-code-to-lambda) 7. Click 'Attach Policy' button 8. Go back to the Lambda service and select the function called 'ALX402' (We created it in [Task 1](/Lab1.md#task-1-deploy-code-to-lambda)) 9. Replace the 'GetFact' function with the following code: - 1. The function should start on line + 1. The function should start on line 115 ```javascript 'GetFact': function () { let requestLocale = this.event.request.locale; //get locale from request for our DB secondary index