Skip to content

Commit

Permalink
Python 3.12 is not supported in CN
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws authored Mar 19, 2024
1 parent 60e6f63 commit 03a9d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfn-templates/cur-aggregation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ Resources:
Type: AWS::Lambda::Function
Condition: DeployCURViaLambda
Properties:
Runtime: python3.12
Runtime: python3.11
FunctionName:
Fn::Sub: ${ResourcePrefix}-CID-CURCreator
Handler: index.lambda_handler
Expand Down Expand Up @@ -603,7 +603,7 @@ Resources:
CIDLambdaAnalytics:
Type: AWS::Lambda::Function
Properties:
Runtime: python3.12
Runtime: python3.11 # before updating
FunctionName:
Fn::Sub: ${ResourcePrefix}-CID-Analytics
Handler: index.lambda_handler
Expand Down

0 comments on commit 03a9d56

Please sign in to comment.