Skip to content

Commit c8379a6

Browse files
author
Michael Brewer
committed
chore: bump powertools version
1 parent 5bd7668 commit c8379a6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/examples/index/sar_cdk_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
POWERTOOLS_BASE_NAME = "AWSLambdaPowertools"
66
# Find latest from github.com/awslabs/aws-lambda-powertools-python/releases
7-
POWERTOOLS_VER = "1.25.5"
7+
POWERTOOLS_VER = "1.25.6"
88
POWERTOOLS_ARN = "arn:aws:serverlessrepo:eu-west-1:057560766410:applications/aws-lambda-powertools-python-layer"
99

1010

docs/examples/index/sar_main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ data "aws_serverlessapplicationrepository_application" "sar_app" {
2727

2828
variable "aws_powertools_version" {
2929
type = string
30-
default = "1.25.5"
30+
default = "1.25.6"
3131
description = "The AWS Powertools release version"
3232
}
3333

docs/examples/index/sar_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Resources:
66
Properties:
77
Location:
88
ApplicationId: arn:aws:serverlessrepo:eu-west-1:057560766410:applications/aws-lambda-powertools-python-layer
9-
SemanticVersion: 1.25.5 # change to latest semantic version available in SAR
9+
SemanticVersion: 1.25.6 # change to latest semantic version available in SAR
1010

1111
MyLambdaFunction:
1212
Type: AWS::Serverless::Function

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ If using SAM, you can include this SAR App as part of your shared Layers stack,
168168
Location:
169169
ApplicationId: arn:aws:serverlessrepo:eu-west-1:057560766410:applications/aws-lambda-powertools-python-layer
170170
# Find latest from github.com/awslabs/aws-lambda-powertools-python/releases
171-
SemanticVersion: 1.25.5
171+
SemanticVersion: 1.25.6
172172
```
173173

174174
=== "CDK"

0 commit comments

Comments
 (0)