File tree 4 files changed +8
-8
lines changed
examples/homepage/install/sar
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
4
4
POWERTOOLS_BASE_NAME = "AWSLambdaPowertools"
5
5
# Find latest from github.com/aws-powertools/powertools-lambda-python/releases
6
- POWERTOOLS_VER = "3.0.0 "
6
+ POWERTOOLS_VER = "2.43.1 "
7
7
POWERTOOLS_ARN = (
8
- "arn:aws:serverlessrepo:eu-west-1:057560766410:applications/aws-lambda-powertools-python-layer-v3-python312-x86_64 "
8
+ "arn:aws:serverlessrepo:eu-west-1:057560766410:applications/aws-lambda-powertools-python-layer"
9
9
)
10
10
11
11
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Resources:
6
6
Type : AWS::Serverless::Application
7
7
Properties :
8
8
Location :
9
- ApplicationId : arn:aws:serverlessrepo:eu-west-1:057560766410:applications/aws-lambda-powertools-python-layer-v3-python312-x86_64
10
- SemanticVersion : 3.0.0 # change to latest semantic version available in SAR
9
+ ApplicationId : arn:aws:serverlessrepo:eu-west-1:057560766410:applications/aws-lambda-powertools-python-layer
10
+ SemanticVersion : 2.43.1 # change to latest semantic version available in SAR
11
11
12
12
MyLambdaFunction :
13
13
Type : AWS::Serverless::Function
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ resources:
16
16
Type : AWS::Serverless::Application
17
17
Properties :
18
18
Location :
19
- ApplicationId : arn:aws:serverlessrepo:eu-west -1:057560766410:applications/aws-lambda-powertools-python-layer-v3-python312-x86_64
20
- SemanticVersion : 2.0.0
19
+ ApplicationId : arn:aws:serverlessrepo:us-east -1:057560766410:applications/aws-lambda-powertools-python-layer
20
+ SemanticVersion : 2.43.1
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ resource "aws_serverlessapplicationrepository_cloudformation_stack" "deploy_sar_
21
21
}
22
22
23
23
data "aws_serverlessapplicationrepository_application" "sar_app" {
24
- application_id = " arn:aws:serverlessrepo:eu-west -1:057560766410:applications/aws-lambda-powertools-python-layer-v3-python312-x86_64 "
24
+ application_id = " arn:aws:serverlessrepo:us-east -1:057560766410:applications/aws-lambda-powertools-python-layer"
25
25
semantic_version = var. aws_powertools_version
26
26
}
27
27
28
28
variable "aws_powertools_version" {
29
29
type = string
30
- default = " 2.0.0 "
30
+ default = " 2.43.1 "
31
31
description = " The Powertools for AWS Lambda (Python) release version"
32
32
}
33
33
You can’t perform that action at this time.
0 commit comments