File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 4
4
<a name =" unreleased " ></a >
5
5
# Unreleased
6
6
7
+ ## Documentation
8
+
9
+ * ** community:** new batch processing article ([ #2828 ] ( https://github.com/aws-powertools/powertools-lambda-python/issues/2828 ) )
10
+ * ** parameters:** improve readability on error handling get_parameter… ([ #2833 ] ( https://github.com/aws-powertools/powertools-lambda-python/issues/2833 ) )
11
+
12
+ ## Features
13
+
14
+ * ** general:** add support for Python 3.11 ([ #2820 ] ( https://github.com/aws-powertools/powertools-lambda-python/issues/2820 ) )
15
+
7
16
## Maintenance
8
17
18
+ * ** ci:** add baking time for layer build ([ #2834 ] ( https://github.com/aws-powertools/powertools-lambda-python/issues/2834 ) )
19
+ * ** ci:** build changelog on a schedule only ([ #2832 ] ( https://github.com/aws-powertools/powertools-lambda-python/issues/2832 ) )
9
20
* ** deps:** bump actions/setup-python from 4.6.1 to 4.7.0 ([ #2821 ] ( https://github.com/aws-powertools/powertools-lambda-python/issues/2821 ) )
21
+ * ** deps-dev:** bump ruff from 0.0.279 to 0.0.280 ([ #2836 ] ( https://github.com/aws-powertools/powertools-lambda-python/issues/2836 ) )
10
22
* ** deps-dev:** bump ruff from 0.0.278 to 0.0.279 ([ #2822 ] ( https://github.com/aws-powertools/powertools-lambda-python/issues/2822 ) )
23
+ * ** deps-dev:** bump mypy-boto3-cloudformation from 1.28.0 to 1.28.10 ([ #2837 ] ( https://github.com/aws-powertools/powertools-lambda-python/issues/2837 ) )
11
24
* ** deps-dev:** bump cfn-lint from 0.78.1 to 0.78.2 ([ #2823 ] ( https://github.com/aws-powertools/powertools-lambda-python/issues/2823 ) )
12
25
13
26
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.11 --no-tracing`
23
+ sam init --app-template hello-world-powertools-python --name sam-app --package-type Zip --runtime python3.10 --no-tracing
24
24
```
25
25
26
26
``` bash title="Use SAM CLI to initialize the sample project"
27
- sam init --runtime python3.11 --dependency-manager pip --app-template hello-world --name powertools-quickstart
27
+ sam init --runtime python3.10 --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