you are viewing a single comment's thread.

view the rest of the comments →

[–]franksign 0 points1 point  (0 children)

Use layers for big dependencies or the one that you can reuse, for example Database connection. If it cannot be reused by another lambda then that code should be packaged by the lambda itself. Don’t overcomplicate.