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.
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.