diff --git a/template.yaml b/template.yaml index b90d7ac26..d4db2c2ac 100644 --- a/template.yaml +++ b/template.yaml @@ -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