serverless-layers icon indicating copy to clipboard operation
serverless-layers copied to clipboard

Is there a way to combine 2 package.json for a single function?

Open andrienpecson opened this issue 1 year ago • 0 comments

Is there a way to combine 2 package.json for a single function? For example ./foo/package.json will only contain a single npm library that the foo lambda function needs and the other common dependencies are on the root package.json?

andrienpecson avatar Jan 31 '24 04:01 andrienpecson