Skip to content

Commit

Permalink
fix: enable python 3.10 on SAR template
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfonseca committed Apr 18, 2023
1 parent a77832c commit b4704b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layer/sar/template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Metadata:
SourceCodeUrl: https://github.com/awslabs/aws-lambda-powertools-python

Transform: AWS::Serverless-2016-10-31
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

Resources:
LambdaLayer:
Expand All @@ -24,6 +24,7 @@ Resources:
LayerName: <SAR_APP_NAME>
ContentUri: <LAYER_CONTENT_PATH>
CompatibleRuntimes:
- python3.10
- python3.9
- python3.8
- python3.7
Expand Down

0 comments on commit b4704b4

Please sign in to comment.