We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0aeda commit d311a47Copy full SHA for d311a47
docs/tutorial/index.md
@@ -20,11 +20,11 @@ Let's clone our sample project before we add one feature at a time.
20
Bootstrap directly via SAM CLI:
21
22
```shell
23
- sam init --app-template hello-world-powertools-python --name sam-app --package-type Zip --runtime python3.10 --no-tracing
+ sam init --app-template hello-world-powertools-python --name sam-app --package-type Zip --runtime python3.11 --no-tracing
24
```
25
26
```bash title="Use SAM CLI to initialize the sample project"
27
-sam init --runtime python3.10 --dependency-manager pip --app-template hello-world --name powertools-quickstart
+sam init --runtime python3.11 --dependency-manager pip --app-template hello-world --name powertools-quickstart
28
29
30
### Project structure
0 commit comments