Custom Lambda Function name

Suppost my function name is ‘function1’ in my serverless.yml file. When i eploy it, my lambda function name becomes: ‘function1-dev-function1’. I understand ‘dev’ is because default stage is dev, but i dont want any stage related name in my lambda function. I just want my function to be ‘function1’. How can i do that?