Skip to content

Commit 4a6d081

Browse files
mploskiheitorlessa
andauthored
Update docs/quickstart.md
Co-authored-by: Heitor Lessa <[email protected]>
1 parent a3f6831 commit 4a6d081

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/quickstart.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ Quickstart introducing core Powertools functionalities.
66

77

88
## Installation
9-
With [SAM](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html) installed, you can follow this Quickstart step by step or you can build a project with the final Quickstart code you can play with.
10-
If you follow it all along, create a new empty project.
9+
With [SAM](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html) installed, let's clone our sample project before we add one feature at a time.
10+
11+
???+ tip "Tip: Want to skip to the final project?"
12+
Bootstrap directly via SAM CLI: `sam init --location https://github.com/aws-samples/cookiecutter-aws-sam-python`
1113
=== "shell"
1214
```bash
1315
sam init --runtime python3.9 --dependency-manager pip --app-template hello-world --name powertools-quickstart

0 commit comments

Comments
 (0)