forked from phoenix/litellm-mirror
(test) Bump runtime.
This commit is contained in:
parent
bf55602e26
commit
65ec095c35
1 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ Resources:
|
||||||
FunctionName: !Sub "${AWS::StackName}-llmlite"
|
FunctionName: !Sub "${AWS::StackName}-llmlite"
|
||||||
CodeUri: "./"
|
CodeUri: "./"
|
||||||
Handler: litellm/proxy/lambda.lambda_handler
|
Handler: litellm/proxy/lambda.lambda_handler
|
||||||
Runtime: python3.9
|
Runtime: python3.11
|
||||||
AutoPublishAlias: !Ref AliasParameter
|
AutoPublishAlias: !Ref AliasParameter
|
||||||
Role: !GetAtt LambdaExecutionRole.Arn
|
Role: !GetAtt LambdaExecutionRole.Arn
|
||||||
Architectures:
|
Architectures:
|
||||||
|
@ -80,7 +80,7 @@ Resources:
|
||||||
URL:
|
URL:
|
||||||
Type: AWS::Lambda::Url
|
Type: AWS::Lambda::Url
|
||||||
DependsOn: FunctionAliaslive
|
DependsOn: FunctionAliaslive
|
||||||
Properties:
|
Properties:
|
||||||
AuthType: AWS_IAM
|
AuthType: AWS_IAM
|
||||||
Qualifier: live
|
Qualifier: live
|
||||||
TargetFunctionArn: !GetAtt Function.Arn
|
TargetFunctionArn: !GetAtt Function.Arn
|
||||||
|
@ -101,4 +101,4 @@ Outputs:
|
||||||
|
|
||||||
FunctionNewAlarmARN:
|
FunctionNewAlarmARN:
|
||||||
Description: "Lambda Function New Alarm ARN"
|
Description: "Lambda Function New Alarm ARN"
|
||||||
Value: !GetAtt NewVersionErrorMetricGreaterThanZeroAlarm.Arn
|
Value: !GetAtt NewVersionErrorMetricGreaterThanZeroAlarm.Arn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue