Bundle Behavior #444
Unanswered
edwinwong90
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to know can the bundle size for each lambda is different? I have 2 lambda, one is without dependencies and another one have dependencies. In my serverless.yml, I have declare
When I ran
sls package
, I can see my artifact file have 2 lambda zip files. But both of them are the same size. I was expecting different size between these two.This is expected behavior? How can I bundle it with different sizes depends on dependencies?
Beta Was this translation helpful? Give feedback.
All reactions