Where are my lambda functions when I deploy them through dev

Where do I can find my lambda function when I deploy them through --stage dev.
How do I remove the end point if I update the path for a lambda function or completely remove lambda function

Look for lambda with the “dev” prefix. And to remove the endpoint, simply remove the endpoint from serverless.yml.