File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ Let's clone our sample project before we add one feature at a time.
20
20
Bootstrap directly via SAM CLI:
21
21
22
22
```shell
23
- sam init --app-template hello-world-powertools-python --name sam-app --package-type Zip --runtime python3.10 --no-tracing
23
+ sam init --app-template hello-world-powertools-python --name sam-app --package-type Zip --runtime python3.11 --no-tracing
24
24
```
25
25
26
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
27
+ sam init --runtime python3.11 --dependency-manager pip --app-template hello-world --name powertools-quickstart
28
28
```
29
29
30
30
### Project structure
You can’t perform that action at this time.
0 commit comments