File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,14 @@ Let's clone our sample project before we add one feature at a time.
19
19
sam init --runtime python3.9 --dependency-manager pip --app-template hello-world --name powertools-quickstart
20
20
```
21
21
22
- ### Code example
23
- Within the ` powertools-quickstart ` folder , we will modify the following files:
22
+ ### Project structure
23
+ As we move forward , we will modify the following files within the ` powertools-quickstart ` folder :
24
24
25
25
* ** app.py** - Application code.
26
26
* ** template.yaml** - AWS infrastructure configuration using SAM.
27
27
* ** requirements.txt** - List of extra Python packages needed.
28
28
29
+ ### Code example
29
30
Let's configure our base application to look like the following code snippet.
30
31
=== "app.py"
31
32
You can’t perform that action at this time.
0 commit comments