We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77832c commit b4704b4Copy full SHA for b4704b4
layer/sar/template.txt
@@ -14,7 +14,7 @@ Metadata:
14
SourceCodeUrl: https://github.com/awslabs/aws-lambda-powertools-python
15
16
Transform: AWS::Serverless-2016-10-31
17
-Description: AWS Lambda Layer for aws-lambda-powertools with python 3.9, 3.8 or 3.7
+Description: AWS Lambda Layer for aws-lambda-powertools with python 3.10, 3.9, 3.8 or 3.7
18
19
Resources:
20
LambdaLayer:
@@ -24,6 +24,7 @@ Resources:
24
LayerName: <SAR_APP_NAME>
25
ContentUri: <LAYER_CONTENT_PATH>
26
CompatibleRuntimes:
27
+ - python3.10
28
- python3.9
29
- python3.8
30
- python3.7
0 commit comments