forked from phoenix/litellm-mirror
Add symlink and only copy in source dir to stay under 50MB compressed limit for Lambdas.
This commit is contained in:
parent
56d28ba69e
commit
4d9aa7a3f7
2 changed files with 3 additions and 2 deletions
|
@ -45,8 +45,8 @@ Resources:
|
|||
Type: AWS::Serverless::Function
|
||||
Properties:
|
||||
FunctionName: !Sub "${AWS::StackName}-llmlite"
|
||||
CodeUri: "./"
|
||||
Handler: litellm/proxy/lambda.lambda_handler
|
||||
CodeUri: "./litellm"
|
||||
Handler: proxy/lambda.lambda_handler
|
||||
Runtime: python3.11
|
||||
AutoPublishAlias: !Ref AliasParameter
|
||||
Role: !GetAtt LambdaExecutionRole.Arn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue