DEV Community

Discussion on: AWS Lambda: how to share code between functions in a monorepo

Collapse
 
x0s3 profile image
x0s3

(imho) I would have used lerna independent packages, easier to manage dependencies and packages.

Collapse
 
theburningmonk profile image
Yan Cui

How would you use Lerna to deploy the serverless projects? (I've only use Lerna for managing monorepo for NPM packages)