2

If I want to deploy my serverless project, should I package it individually? or should I not?

# serverless.yml
package:
  individually: true

Also, please tell me why.

Steven
  • 821
  • 1
  • 10
  • 24
  • 2
    If you have multiple functions with completely disjoint code-bases then package them individually and specify what the include in each one. Otherwise you end up deploying code which is never used. – apokryfos Nov 15 '17 at 09:02
  • https://forums.aws.amazon.com/thread.jspa?threadID=214756 – rmuller Nov 15 '17 at 09:03

0 Answers0