Skip to content

Commit 0527be4

Browse files
github-actions[bot]Powertools for AWS Lambda (Python) botheitorlessaleandrodamascena
authored
chore(ci): changelog rebuild (#2838)
Co-authored-by: Powertools for AWS Lambda (Python) bot <aws-lambda-powertools-feedback@amazon.com> Co-authored-by: Heitor Lessa <lessa@amazon.co.uk> Co-authored-by: Leandro Cavalcante Damascena <lcdama@amazon.pt>
1 parent 64c60a0 commit 0527be4

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,23 @@
44
<a name="unreleased"></a>
55
# Unreleased
66

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+
716
## Maintenance
817

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))
920
* **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))
1022
* **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))
1124
* **deps-dev:** bump cfn-lint from 0.78.1 to 0.78.2 ([#2823](https://github.com/aws-powertools/powertools-lambda-python/issues/2823))
1225

1326

docs/tutorial/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Let's clone our sample project before we add one feature at a time.
2020
Bootstrap directly via SAM CLI:
2121

2222
```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
2424
```
2525

2626
```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
2828
```
2929

3030
### Project structure

0 commit comments

Comments
 (0)