serverless-package-common icon indicating copy to clipboard operation
serverless-package-common copied to clipboard

📦 Deploy microservice Python Serverless services with common code

Results 4 serverless-package-common issues
Sort by recently updated
recently updated
newest added

I have a common folder containing shared files, now I gave the path to this common folder in the 'source' section, and in the destination section of 'packageCopyCommon' I gave...

- Symlink target regex fix for multi-level packages e.g. `../common/mypackage` correctly symlinks to `mypackage` - Serverless Framework v3 logging - Cleanup on package finalize, now works with both `sls package`...

Currently, the plugin supports folders that looks like `../../../`, but if the folder needed to include is under a subfolder it won't work. For example, if the folder to include...

Hey there, First of all, thanks for this plugin. Found it really useful with our setup to eliminate the use of function layers for common code - made it much...