File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -174,14 +174,12 @@ The handler for the function - you get a `req` object with the raw request and c
174
174
` ` ` sh
175
175
./astronaut-finder/requirements.txt
176
176
` ` `
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.
179
178
180
179
` ` ` sh
181
180
./astronaut-finder.yml
182
181
` ` `
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`
185
183
186
184
* Edit `./astronaut-finder/requirements.txt`
187
185
You can’t perform that action at this time.
0 commit comments