Skip to content

Commit

Permalink
Use -function for naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manouchehri committed Nov 23, 2023
1 parent ab09ad9 commit ecdb7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecdb7a5

Please sign in to comment.