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

added not to set RAW before copying code snipped in lab 2 #1

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 @@ -52,7 +52,7 @@ you built in [Task 1](/Lab1.md#task-1-deploy-code-to-lambda)
6. Click on the **checkbox** next to 'AmazonDynamoDBReadOnlyAccess'
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:
9. Replace the 'GetFact' function with the following code (Note you must set view to RAW above before copying code):
1. The function should start on line
```javascript
'GetFact': function () {
Expand Down