serverless-layers
serverless-layers copied to clipboard
Is there a way to combine 2 package.json for a single function?
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?