Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.
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
put in a line number for where to find "GetFact"
  • Loading branch information
philipp authored Nov 28, 2017
commit 83a19e0573b4d400df2cbc8c87c709d37b95e1d3
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