Deploy serverless.yml with AWS Step Function without defining a new Lambda function

Hi

I want to deploy an AWS Step Function using serverless.yml without defining a new Lambda function. Instead, I want to utilize an existing Lambda function that was created before. Can somebody please suggest how to write the serverless.yml to include only the Step Function and reference the pre-existing Lambda function?