Skip to content

Commit 0e7b2eb

Browse files
author
Michal Ploski
committed
Move project structure into different section
1 parent d23e582 commit 0e7b2eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/quickstart.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ Let's clone our sample project before we add one feature at a time.
1919
sam init --runtime python3.9 --dependency-manager pip --app-template hello-world --name powertools-quickstart
2020
```
2121

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:
2424

2525
* **app.py** - Application code.
2626
* **template.yaml** - AWS infrastructure configuration using SAM.
2727
* **requirements.txt** - List of extra Python packages needed.
2828

29+
### Code example
2930
Let's configure our base application to look like the following code snippet.
3031
=== "app.py"
3132

0 commit comments

Comments
 (0)