mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Use -function for naming.
This commit is contained in:
parent
ab09ad9a74
commit
ecdb7a59e3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ Resources:
|
||||||
Function:
|
Function:
|
||||||
Type: AWS::Serverless::Function
|
Type: AWS::Serverless::Function
|
||||||
Properties:
|
Properties:
|
||||||
FunctionName: !Sub "${AWS::StackName}-llmlite"
|
FunctionName: !Sub "${AWS::StackName}-function"
|
||||||
CodeUri: "./litellm"
|
CodeUri: "./litellm"
|
||||||
Handler: proxy/lambda.handler
|
Handler: proxy/lambda.handler
|
||||||
Runtime: python3.11
|
Runtime: python3.11
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue