File tree Expand file tree Collapse file tree 7 files changed +81
-76
lines changed
aws_lambda_powertools/shared Expand file tree Collapse file tree 7 files changed +81
-76
lines changed Original file line number Diff line number Diff line change 44<a name =" unreleased " ></a >
55# Unreleased
66
7+
8+ <a name =" v2.30.1 " ></a >
9+ ## [ v2.30.1] - 2023-12-15
710## Maintenance
811
12+ * version bump
913
1014
1115<a name =" v2.30.0 " ></a >
41634167* Merge pull request [ #5 ] ( https://github.com/aws-powertools/powertools-lambda-python/issues/5 ) from jfuss/feat/python38
41644168
41654169
4166- [ Unreleased ] : https://github.com/aws-powertools/powertools-lambda-python/compare/v2.30.0...HEAD
4170+ [ Unreleased ] : https://github.com/aws-powertools/powertools-lambda-python/compare/v2.30.1...HEAD
4171+ [ v2.30.1 ] : https://github.com/aws-powertools/powertools-lambda-python/compare/v2.30.0...v2.30.1
41674172[ v2.30.0 ] : https://github.com/aws-powertools/powertools-lambda-python/compare/v2.29.1...v2.30.0
41684173[ v2.29.1 ] : https://github.com/aws-powertools/powertools-lambda-python/compare/v2.29.0...v2.29.1
41694174[ v2.29.0 ] : https://github.com/aws-powertools/powertools-lambda-python/compare/v2.28.1...v2.29.0
Original file line number Diff line number Diff line change 11"""Exposes version constant to avoid circular dependencies."""
22
3- VERSION = "2.30.0 "
3+ VERSION = "2.30.1 "
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Globals:
1414 Layers :
1515 # Find the latest Layer version in the official documentation
1616 # https://docs.powertools.aws.dev/lambda/python/latest/#lambda-layer
17- - !Sub arn:aws:lambda:${AWS::Region}:017000801446:layer:AWSLambdaPowertoolsPythonV2:56
17+ - !Sub arn:aws:lambda:${AWS::Region}:017000801446:layer:AWSLambdaPowertoolsPythonV2:57
1818
1919Resources :
2020 LoggerLambdaHandlerExample :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Globals:
1515 Layers :
1616 # Find the latest Layer version in the official documentation
1717 # https://docs.powertools.aws.dev/lambda/python/latest/#lambda-layer
18- - !Sub arn:aws:lambda:${AWS::Region}:017000801446:layer:AWSLambdaPowertoolsPythonV2:56
18+ - !Sub arn:aws:lambda:${AWS::Region}:017000801446:layer:AWSLambdaPowertoolsPythonV2:57
1919
2020Resources :
2121 CaptureLambdaHandlerExample :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Globals:
1313 Layers :
1414 # Find the latest Layer version in the official documentation
1515 # https://docs.powertools.aws.dev/lambda/python/latest/#lambda-layer
16- - !Sub arn:aws:lambda:${AWS::Region}:017000801446:layer:AWSLambdaPowertoolsPythonV2:56
16+ - !Sub arn:aws:lambda:${AWS::Region}:017000801446:layer:AWSLambdaPowertoolsPythonV2:57
1717
1818Resources :
1919 CaptureLambdaHandlerExample :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " aws_lambda_powertools"
3- version = " 2.30.0 "
3+ version = " 2.30.1 "
44description = " Powertools for AWS Lambda (Python) is a developer toolkit to implement Serverless best practices and increase developer velocity."
55authors = [" Amazon Web Services" ]
66include = [" aws_lambda_powertools/py.typed" , " THIRD-PARTY-LICENSES" ]
You can’t perform that action at this time.
0 commit comments