File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
examples/homepage/install/sar Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33
44POWERTOOLS_BASE_NAME = "AWSLambdaPowertools"
55# Find latest from github.com/aws-powertools/powertools-lambda-python/releases
6- POWERTOOLS_VER = "3.0.0 "
6+ POWERTOOLS_VER = "2.43.1 "
77POWERTOOLS_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"
99)
1010
1111
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Resources:
66 Type : AWS::Serverless::Application
77 Properties :
88 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
1111
1212 MyLambdaFunction :
1313 Type : AWS::Serverless::Function
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ resources:
1616 Type : AWS::Serverless::Application
1717 Properties :
1818 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_
2121}
2222
2323data "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"
2525 semantic_version = var. aws_powertools_version
2626}
2727
2828variable "aws_powertools_version" {
2929 type = string
30- default = " 2.0.0 "
30+ default = " 2.43.1 "
3131 description = " The Powertools for AWS Lambda (Python) release version"
3232}
3333
You can’t perform that action at this time.
0 commit comments