Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

put in a line number for where to find "GetFact" #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lab2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down