Skip to content

Commit 1d83fb9

Browse files
yankeexealexellis
authored andcommitted
Update wrong description for lab 3
Signed-off-by: Yankee Maharjan <[email protected]>
1 parent ebfaba2 commit 1d83fb9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lab3.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,12 @@ The handler for the function - you get a `req` object with the raw request and c
174174
```sh
175175
./astronaut-finder/requirements.txt
176176
```
177-
178-
Use this file to list any `pip` modules you want to install, such as `requests` or `urllib`
177+
This file is used to manage the function - it has the name of the function, the Docker image and any other customisations needed.
179178

180179
```sh
181180
./astronaut-finder.yml
182181
```
183-
184-
This file is used to manage the function - it has the name of the function, the Docker image and any other customisations needed.
182+
Use this file to list any `pip` modules you want to install, such as `requests` or `urllib`
185183

186184
* Edit `./astronaut-finder/requirements.txt`
187185

0 commit comments

Comments
 (0)