From 65ec095c359a8981f836e20069a74c6d52982bf5 Mon Sep 17 00:00:00 2001 From: David Manouchehri Date: Wed, 22 Nov 2023 22:52:36 -0500 Subject: [PATCH] (test) Bump runtime. --- template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template.yaml b/template.yaml index d179f9cfc..5b0d3b86f 100644 --- a/template.yaml +++ b/template.yaml @@ -47,7 +47,7 @@ Resources: FunctionName: !Sub "${AWS::StackName}-llmlite" CodeUri: "./" Handler: litellm/proxy/lambda.lambda_handler - Runtime: python3.9 + Runtime: python3.11 AutoPublishAlias: !Ref AliasParameter Role: !GetAtt LambdaExecutionRole.Arn Architectures: @@ -80,7 +80,7 @@ Resources: URL: Type: AWS::Lambda::Url DependsOn: FunctionAliaslive - Properties: + Properties: AuthType: AWS_IAM Qualifier: live TargetFunctionArn: !GetAtt Function.Arn @@ -101,4 +101,4 @@ Outputs: FunctionNewAlarmARN: Description: "Lambda Function New Alarm ARN" - Value: !GetAtt NewVersionErrorMetricGreaterThanZeroAlarm.Arn \ No newline at end of file + Value: !GetAtt NewVersionErrorMetricGreaterThanZeroAlarm.Arn