Replies: 1 comment 2 replies
-
I think we should display a warning message. About the other options:
We shouldn't install packages by default because it'll have an impact on the cold start of lambda functions.
If we crash, the function will go into a loop of restart -> crash -> restart I believe. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following functionalities need specific packages to be installed:
class-validator
andclass-transformer
(ifValidationPipe
is used)path-to-regexp
(if non-empty paths are used in the method decorators)At the moment this is not handled explicitly, resulting in unexpected behaviour (if someone didn't fully read the docs).
Should we:
Let me know your thoughts 🤙
Beta Was this translation helpful? Give feedback.
All reactions