Not deploy some lambda in prod

Hi everyone,

I use some lambda only in my local dev environment. But they are in the same serverless.yml file as the other lambdas I use in dev and prod.

I looked in the docs, and I did not find if it was possible with a parameter or something else to say that we do not deploy some lambdas when we do a sls deploy?

Thank you in advance for your help,

Doublon