forked from phoenix/litellm-mirror
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:
|
||||
Type: AWS::Serverless::Function
|
||||
Properties:
|
||||
FunctionName: !Sub "${AWS::StackName}-llmlite"
|
||||
FunctionName: !Sub "${AWS::StackName}-function"
|
||||
CodeUri: "./litellm"
|
||||
Handler: proxy/lambda.handler
|
||||
Runtime: python3.11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue