Sls deploy step function - how to upload each function individually

Hello,
I have a step function which uses four lambda functions, when I deploy this each function is the same size, what is the correct way to instrument this so that I would have one CloudFormation stack but split the lambda functions?
Any advice is much appreciated.

If you’re trying to package each Lambda individually then

package:
  individually: true
1 Like