How to Share Code Between Serverless Functions
Serverless functions limit efficient code sharing, especially as the number of functions grows, necessitating burdensome updates and tests.
Existing solutions like AWS Lambda Layers are often too specific, pushing developers to use packages for sharing.