Skip to content

Commit b4704b4

Browse files
committed
fix: enable python 3.10 on SAR template
1 parent a77832c commit b4704b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

layer/sar/template.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Metadata:
1414
SourceCodeUrl: https://github.com/awslabs/aws-lambda-powertools-python
1515

1616
Transform: AWS::Serverless-2016-10-31
17-
Description: AWS Lambda Layer for aws-lambda-powertools with python 3.9, 3.8 or 3.7
17+
Description: AWS Lambda Layer for aws-lambda-powertools with python 3.10, 3.9, 3.8 or 3.7
1818

1919
Resources:
2020
LambdaLayer:
@@ -24,6 +24,7 @@ Resources:
2424
LayerName: <SAR_APP_NAME>
2525
ContentUri: <LAYER_CONTENT_PATH>
2626
CompatibleRuntimes:
27+
- python3.10
2728
- python3.9
2829
- python3.8
2930
- python3.7

0 commit comments

Comments
 (0)