We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c20b7a commit dceb044Copy full SHA for dceb044
CHANGELOG.md
@@ -8,6 +8,16 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
8
9
## [Unreleased]
10
11
+## [1.13.0] - 2021-03-23
12
+
13
+### Added
14
15
+* **Data Classes**: New S3 Object Lambda event
16
17
+### Fixed
18
19
+* **Docs**: Lambda Layer SAM template reference example
20
21
## [1.12.0] - 2021-03-17
22
23
### Added
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "aws_lambda_powertools"
3
-version = "1.12.0"
+version = "1.13.0"
4
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
5
authors = ["Amazon Web Services"]
6
include = ["aws_lambda_powertools/py.typed"]
0 commit comments