mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 18:23:07 +00:00
Add symlink and only copy in source dir to stay under 50MB compressed limit for Lambdas.
This commit is contained in:
Symlink
+1
@@ -0,0 +1 @@
|
||||
../requirements.txt
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user