From ecdb7a59e343a21c761d12ac0a2aaefd7693fad6 Mon Sep 17 00:00:00 2001 From: David Manouchehri Date: Thu, 23 Nov 2023 02:09:09 -0500 Subject: [PATCH] Use -function for naming. --- template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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