You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
11
13
=== "shell"
12
14
```bash
13
15
sam init --runtime python3.9 --dependency-manager pip --app-template hello-world --name powertools-quickstart
0 commit comments