agutoli / serverless-layers

Serverless.js plugin implementing AWS Lambda Layers, reducing lambda size, warm-up, and deployment time.
MIT License
229 stars 53 forks source link

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

Open andrienpecson opened 5 months ago

andrienpecson commented 5 months ago

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?