Skip to content

Commit

Permalink
Fix Lambda runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Aug 30, 2024
1 parent c021660 commit 392a183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-custom-cluster/template-ssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Resources:
Handler: index.lambda_handler
Role: !Sub '${AcmCertificateImportLambdaExecutionRole.Arn}'
Runtime: python3.12
Runtime: python3.11
AcmCertificateImportLambdaExecutionRole:
Type: AWS::IAM::Role
Properties:
Expand Down

0 comments on commit 392a183

Please sign in to comment.